Scripting web applications
This page provides a starting point for finding information about web applications, which are comprised of one or more related files managed as a unit, including HTML files; Servlets can support dynamic web page content, provide database access, serve multiple clients at one time, and filter data; and Java ServerPages (JSP) files enable the separation of the HTML code from the business logic in web pages.
Subtopics
- Configure applications for session management
This task provides an example that uses the AdminConfig object to configure a session manager for the application.
- Configure applications for session management in web modules
Use scripting and wsadmin.sh to configure applications for session management in web modules.
Related information:
End-to-end paths for web applications
Troubleshooting web applications