Sun Java System Web Server 6.1 SP9 Administrator's Configuration File Reference

contexts.properties

The contexts.properties file is no longer supported. Servlet contexts or web applications are now defined in the server.xml file and configured using the sun-web.xml file.

A few contexts.properties functions are now in the server.xml file.

The following table lists the equivalent functions in the contexts.properties and sun-web.xml files.

Table A–3 contexts.properties to sun-web.xml Correspondences

contexts.properties Property  

sun-web.xml Element or Attribute  

Comments  

sessionmgr

persistence-type attribute of the session-manager element

 

sessionmgr.initArgs

manager-properties and store-properties attributes of the session-manager element

 

initArgs

(none) 

Specified using the context-param element in web.xml. For more information, see Servlet 2.3 specification.

To add context attributes, implement the javax.servlet.ServletContextListener interface. For more information, see to the Servlet 2.3 specification.

respondCookieVersion

(none) 

Might be supported in a future release. 

tempDir

tempdir property

 

reloadInterval

dynamic-reload-interval attribute of class-loader element

 

bufferSize

(none) 

Specified using the UseOutputStreamSize in obj.conf. for more information, see service-j2ee for more information.

docRoot

(none) 

Specified in the server.xml file for each virtual server.

inputStreamLengthCheck

(none) 

Obsolete. 

outputStreamFlushTimer

(none) 

Obsolete. 

uri

uri attribute of WEBAPP element in server.xml.

 

authdb

authdb attribute of auth-native element

Obsolete. 

classpath

extra-class-path attribute of class-loader element

 

singleClassLoader

(none) 

Obsolete because each web application has a single class loader as mandated by the Servlet 2.3 specification. 

serverName

(none) 

Specified in the server.xml file for each virtual server.

contentTypeIgnoreFromSSI

(none) 

Obsolete due to web application support. 

parameterEncoding

parameter-encoding element

 

isModifiedCheckAggressive

(none) 

Obsolete. 

includeTransparency

(none) 

Obsolete.