Inserting Components into a Web Application
After you have created a Web Application module, you are ready to insert application
components into the module. A Web Application can contain any of the following files:
- Servlets (located in /WEB-INF/classes directory)
- JavaServer Pages (JSP) which can be of type:
- Tag libraries
- Classes and other resources (located in /WEB-INF/classes directory)
When adding servlets to the web module, you should also include any classes on which the
servlet has dependencies.
To insert components into a Web Application:
- From the Explorer select the web module.
- If you are inserting a JSP or Servlet, right click and select New -> JSP & Servlet and select
the component you wish to insert.
When inserting a JSP you must select the ias-web node to customize the JSP to the
iPlanet Application Server.
- Execute the web module.
Legal Notices