Specify the key as follows:
key-name=value
Specify Web application specific properties. You specify the system property settings of the entire J2EE server in the usrconf.properties file. If you specify the same key in usrconf.properties and WEB-INF/hitachi_web.properties, the value in WEB-INF/hitachi_web.properties is given priority.
The specifiable keys and default values are described below. If you specify an invalid value in these keys, the operations may not produce the desired results.
Key name | Contents | Default value |
---|---|---|
webserver.jsp.keepgenerated | Specify whether to store the Java files obtained as a result of JSP file compilation.
| false |
webserver.xml.validate | Specify whether to check if the tag library descriptor (TLD file) is written as per the schema coded in DTD.
| true |
webserver.jsp.keepgenerated=false
webserver.xml.validate=true