Servlet

You use the Servlet tab to specify the mapping between servlets and the URL pattern that will invoke them. You also use this tab to identify any JSP tag libraries that are used within the web application.

Field/Column

Explanation

The first half of this dialog allows you to specify the mapping between servlets and the URL pattern that will invoke them.

Servlet Name

After adding a row to the Servlet Mapping table, click in the column and select a servlet that is included in this web application.

URL Pattern

Enter a comma delimited list of the URLs that will invoke the servlet.

The bottom half of this dialog allows you to identify any Tag Libraries used in the web application.

JSP Tag Lib URI

Enter a URI, relative to the location of the web.xml file identifying a Tag Library used in the web application.

JSP TLD Location

Enter the location of the Tag Library Description file for the Tag Library relative to the root of the web application.

Add button

Click to add a new row to the table.

Remove button

Click to remove the selected row from the table.

See also
  Environment


Legal Notices