Servlet
Web Application WAR file -> General tabbed pane -> Sun-specific Settings button
-> Sun-specific Settings dialog box -> Select Servlet from the View drop-down list
In the Sun-specific Settings - Servlet dialog box, assign a servlet to a resource principal.
To assign a servlet:
- Click the Add button.
- In the Servlet column, enter a servlet name.
- In the Principal Name column, enter the principal name associated with the servlet.
To delete a servlet definition:
- Select the row you want to delete.
- Click the Delete button.
In the Class Loader section of the screen, specify the class loader configuration information.
- In the Extra Class Path field, specify additional classpath settings for this web module.
- In the Delegate to Parent field, if set to true, the web module follows the standard classloader
delegation model and delegates to its parent classloader first before looking in the local classloader.
If set to false, the web module follows the delegation model specified in the Servlet specification
and looks in its classloader before looking in the parent classloader.
Legal Notices