!--a11y-->
Web Container Service 
The Web Container Service manages J2EE Web components across cluster environment, generates dynamic responses, and so on.
The Web Container Service runs on servers only.
Server
Property |
Description |
Default Value |
DestroyTimeOut |
Specifies a time period (in milliseconds), after which the execution of a servlet is stopped forcefully. |
5000 |
CompileOnStartUp |
Specifies whether to compile JSPs on server startup or during J2EE application deployment. |
false |
InternalCompiler |
Specifies if there is an internal compiler available. It takes Boolean values. |
false |
ExternalCompiler |
Specifies the external compiler the system uses. |
javac |
CompilerDebuggingInfo |
Specifies the amount of debug information the compiler generates. It has a Boolean value. If set to true, the compiler generates more debug information. If this property is set to false, the local variable values are invisible in debug mode. |
false |
EnableChunkedResponse |
Determines whether chunked transfer coding is applied to responses generated by servlets or JSP pages. |
true |
EclipseJspDebugSupport |
Enables JSP debug option, when using SAP NetWeaver Developer Studio. |
true |
ValidateDescriptors |
Specifies whether the Web applications’ deployment descriptors are validated against their DTD. |
false |
HeaderForNoCompression |
Specifies the name of the header that, if present in the response message, prevents the response from being compressed using gzip transfer encoding. |
No-Compress |
HeaderForCompression |
Specifies the name of the header that, if present in the response message, forces gzip compression of the response. |
|
MultipartBodyParameterName |
Specifies the name of the multipart request body attribute. |
com.sap.servlet.multipart.body |
DelayAuthentication |
Specifies whether authentication for clients that are not logged in is delayed. If set to true, the client authorization is delayed. That is, the Web Container would attempt to log the client in, upon access to a protected resource only. If set to false, the client will not be logged in, even if login information is present in the HTTP request. |
false |
TraceLevel |
Determines the level of detail of information that is logged about the client HTTP request. A negative integer value means that no additional information is logged. To activate logging more details, you must provide a positive value to the property. |
-1 |
ApplicationStoppedFile |
Specifies the absolute path to the custom HTML page that must be returned to the client if the Web application he or she requested is currently stopped. |
|
ResolveHostNames |
Determines if the Web Container attempts to resolve the remote host’s address when the getRemoteHost() method of the ServletRequest is called. The value of false means that the above method will return the IP address of the remote host instead of its fully qualified host name. |
false |
ApplicationStoppedAliases |
Specifies a list of application aliases of Web applications deployed on the current server process. If an alias appears in this list, then the corresponding Web application cannot be requested (an “application stopped” response is returned to the client). The aliases in the list are separated by commas. |
|
See also:
Web Container Service in the Administration Manual.
