Servlet properties

Servlet property names are prefixed with com.sybase.jaguar.servlet.

EAServer 5.x com.sybase.jaguar.servlet. property

EAServer 6.0 equivalent

Description

cache

Servlet/JSP’s “cacheResponse” attribute tag.

Enables and disables servlet response caching.

cache.entire-tree

Not applicable.

Specifies whether to cache all the pages or files that are invoked by a Web component.

cache.locale-sensitive

“localeSensitive” property of “cacheResponse” tag.

Note Default changed from false in EAServer 5.x to true in EAServer 6.0.

Specifies whether to cache all the pages or files that are invoked by a Web component.

cache.message-topics

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.

cache.request-headers

“requestHeaders” property of “cacheResponse” tag.

When response caching is enabled, specifies request headers to include in the cache key.

cache.request-parameters

“requestParameters” property of “cacheResponse” tag.

When response caching is enabled, specifies request parameters to include in the cache key.

cache.session-attributes

“sessionAttributes” property of “cacheResponse” tag.

When response caching is enabled, specifies session attributes to include in the cache key.

cache.timeout

“timeOut” property of “cacheResponse” tag.

When response caching is enabled, specifies the cache timeout value.

cache.use-sessionid

sessionLocal property of “cacheResponse” tag.

When response caching is enabled, specifies whether to include the session ID in the cache key.

description

Not applicable.

An optional description of the servlet or JSP.

destroy.wait-time

Not applicable.

Overrides the server or Web application servlet destroy timeout setting for this servlet.

files

Not applicable.

Specifies additional files to be included if this servlet is archived or replicated to another installation using the synchronize feature

init-param

<init-param> in web.xml.

Specifies initialization parameters for the servlet.

init.timeout

Not applicable.

Specifies how long the server should wait for the servlet’s init method to return.

javacache.enabled

Not applicable.

Enables the servlet Java cache mechanism for this servlet or JSP.

javacache.maxsize

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.

javacache.session

Not applicable.

When using the Java cache mechanism, specifies how session cookie settings are treated in response headers when using the Java cache mechanism.

javacache.timeout

Not applicable.

When using the Java cache mechanism, specifies the time, in seconds, that cached responses remain valid.

java.class

<servlet-class> in web.xml.

Specifies the servlet implementation class.

java.classes

Not applicable.

Specifies additional classes to be reloaded when the servlet is refreshed.

jsp.compile-extra-cp

Not applicable.

Specifies additional JAR files and directories to include in the JSP compiler class path

jsp.compile-use-eas-cp

Not applicable.

Applies to JSPs only. Specifies whether the EAServer process CLASSPATH should be included in the compilation class path when compiling this JSP.

jsp.compile-use-third-party

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

<jsp-file> in web.xml.

If this servlet is generated from a JSP file, specifies the .jsp file name.

large-icon

<large-icon> in web.xml.

Specifies the name of the large icon file associated with the servlet.

load-on-startup

<load-on-startup> in web.xml.

Specifies whether the servlet is loaded at server start-up time, or after the first client request.

name

<servlet-name> in web.xml.

The servlet name.

security.runasidentity

<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

servletorjsp

Not applicable.

Specifies whether this servlet is generated from a JSP.

session.allowed

Not applicable.

For servlets not in a Web application, specifies whether the servlet can use sessions.

session.timeout

<session-timeout> in web.xml.

Specifies the session timeout.

singlethread

Not applicable.

Specifies whether an instance of the servlet class can be run simultaneously on multiple threads

singlethread.poolsize

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

<small-icon> in web.xml.

Specifies the name of the small icon file associated with the servlet.