Servlet property names are prefixed with com.sybase.jaguar.servlet
.
EAServer 5.x |
EAServer 6.0 equivalent |
Description |
---|---|---|
|
Servlet/JSP’s “cacheResponse” attribute tag. |
Enables and disables servlet response caching. |
|
Not applicable. |
Specifies whether to cache all the pages or files that are invoked by a Web component. |
|
“localeSensitive” property of “cacheResponse” tag.
|
Specifies whether to cache all the pages or files that are invoked by a Web component. |
|
Not applicable. |
When response caching is enabled, specifies message service topic names used to synchronize the cache with an external storage mechanism such as a database. |
|
“requestHeaders” property of “cacheResponse” tag. |
When response caching is enabled, specifies request headers to include in the cache key. |
|
“requestParameters” property of “cacheResponse” tag. |
When response caching is enabled, specifies request parameters to include in the cache key. |
|
“sessionAttributes” property of “cacheResponse” tag. |
When response caching is enabled, specifies session attributes to include in the cache key. |
|
“timeOut” property of “cacheResponse” tag. |
When response caching is enabled, specifies the cache timeout value. |
|
sessionLocal property of “cacheResponse” tag. |
When response caching is enabled, specifies whether to include the session ID in the cache key. |
|
Not applicable. |
An optional description of the servlet or JSP. |
|
Not applicable. |
Overrides the server or Web application servlet destroy timeout setting for this servlet. |
|
Not applicable. |
Specifies additional files to be included if this servlet is archived or replicated to another installation using the synchronize feature |
|
<init-param> in web.xml. |
Specifies initialization parameters for the servlet. |
|
Not applicable. |
Specifies how long the server should wait for the servlet’s init method to return. |
|
Not applicable. |
Enables the servlet Java cache mechanism for this servlet or JSP. |
|
Not applicable. |
When using the Java cache mechanism, specifies the size, in kilobytes, of the largest reply that can be cached. Responses larger than this are not cached. |
|
Not applicable. |
When using the Java cache mechanism, specifies how session cookie settings are treated in response headers when using the Java cache mechanism. |
|
Not applicable. |
When using the Java cache mechanism, specifies the time, in seconds, that cached responses remain valid. |
|
<servlet-class> in web.xml. |
Specifies the servlet implementation class. |
|
Not applicable. |
Specifies additional classes to be reloaded when the servlet is refreshed. |
|
Not applicable. |
Specifies additional JAR files and directories to include in the JSP compiler class path |
|
Not applicable. |
Applies to JSPs only. Specifies whether the EAServer process CLASSPATH should be included in the compilation class path when compiling this JSP. |
|
Not applicable. |
Applies to JSPs only. Specifies whether JAR files in the EAServer java/lib directory are automatically included in the class path when compiling this JSP. |
|
<jsp-file> in web.xml. |
If this servlet is generated from a JSP file, specifies the .jsp file name. |
|
<large-icon> in web.xml. |
Specifies the name of the large icon file associated with the servlet. |
|
<load-on-startup> in web.xml. |
Specifies whether the servlet is loaded at server start-up time, or after the first client request. |
|
<servlet-name> in web.xml. |
The servlet name. |
|
<run-as> in web.xml. |
Specifies the run-as identity used for component calls. If this property is not set, intercomponent calls use the client identity |
|
Not applicable. |
Specifies whether this servlet is generated from a JSP. |
|
Not applicable. |
For servlets not in a Web application, specifies whether the servlet can use sessions. |
|
<session-timeout> in web.xml. |
Specifies the session timeout. |
|
Not applicable. |
Specifies whether an instance of the servlet class can be run simultaneously on multiple threads |
|
Not applicable. |
If the servlet is single-threaded, specifies the number of threads to run the servlet on. More threads may decrease the average client response time by eliminating the need to serialize requests. |
|
<small-icon> in web.xml. |
Specifies the name of the small icon file associated with the servlet. |