The extra parameters specify the property subelements for the sun-web-app element in the sun-web.xml. You open the Extra Parameter property editor by selecting the Session Param property and its ellipsis (...) button from the Sun ONE AS pane of the web.xml property sheet.
To add an extra parameter:
To edit an extra parameter:
To remove an extra parameter:
The following describes extra parameters:
Property Name | Value |
---|---|
crossContextAllowed |
If true, the web application is allowed to access the contexts of other web applications using the ServletContext.getContext() method. |
tempdir |
The temporary directory for use by this web module. This value is used to construct the value of the javax.servlet.context.tempdir context attribute. Compiled JSPs are also placed in this directory. |
singleThreadedServletPoolSize | The number of threads in the thread pool for single threaded servlets. |
See also | |
Web Module Property Sheet: Sun ONE AS Tab |