Using the JSP/Servlet Customizer Expert Tab

The iPlanet Application Server has the ability to cache a servlet's results in order to make subsequent calls to the same servlet faster. You can define how an iPlanet Application Server servlet handles memory caching by editing the caching fields provided in this tab.

For more detailed information on Servlet Caching, consult Chapter 13: Taking Advantage of the iPlanet Application Server Features in the Java Developer's Guide. Additionally, you can obtain more information about each servlet caching sub-element in Chapter 10: Deployment Packaging of the Java Developer's Guide.

The server information describes the characteristics of the specified server. See Chapter 10: Deployment Packaging of the Java Developer's Guide for more information about the server-info sub-elements.

Enter the appropriate data for each field.
Caching The caching name/criteria table is read only. Use the Add/Edit/Remove buttons to manipulate this caching table data.
Timeout Sets the timeout (in seconds) for the caching of the servlet. If set to 0 then caching is disabled.
Size Sets the size of the cache. If set to 0 then caching is disabled.
Timeout Option Select from the list of access timeout options.
Add Opens a dialog allowing you to add a new caching criteria.
Edit Click to edit the selected caching data in the table.
Remove Click to remove the selected caching data in the table.
Server Info The server info table is read only. Use the Add/Edit/Remove buttons to manipulate this server info table data.
Add Opens the Add Parameters dialog where you can specify the server information you wish to add.
Edit Click to edit the selected server info data in the table.
Remove Click to remove the selected server info data in the table.
 
See also
Using the JSP/Servlet Customizer General Tab
Adding Parameters


Legal Notices