Administering web applications
Subtopics
- Modify the default web container configuration
A web container handles requests for servlets, JSP (JSP) files, and other types of files that include server-side code. The web container creates servlet instances, loads and unloads servlets, creates and manages request and response objects, and performs other servlet management tasks. The web server plug-ins, provided by the product, help supported web servers to pass servlet requests to web containers.
- Configure JSP engine parameters
Learn about how to add, change or delete JSP engine configuration parameters.
- (iseries) Backup and recover servlets
Servlet source and class files, user profile data, Hypertext Transfer Protocol (HTTP) configuration, and administrative configuration should be considered for backup when using servlets. You should consider saving the HTTP configuration because changes to the HTTP configuration are often made to enable WebSphere Application Server to serve servlets and JSP requests, and to enable WAS security. You should consider backing up the user profile data if you use the User Profile function of WAS.
- (iseries) Backup and recover JSP files
JSP source and generated servlet classes, Hypertext Transfer Protocol (HTTP) configuration, and administrative configuration should be considered for backup when using JSP files.
- Administer RRD applications
- Asynchronous request dispatching settings