Hitachi

uCosminexus Application Server Definition Reference Guide


2.2.1 hitachi_web.properties (Web application property file for J2EE servers)

Organization of this subsection

(1) Format

Specify the key as follows:

key-name=value
How to specify:
  • The string up to the linefeed is a value.

  • The line beginning with a hash mark (#) is a comment.

  • If you define a line without a value, the line is ignored.

  • If a path containing space is specified in the value, the path need not be enclosed with double quotation mark (").

(2) File storage location

(3) Functionality

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.

(4) Specifiable keys

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.

If you specify true:

The Java files will be stored.

If you specify false:

The Java files will not be stored.

false

webserver.xml.validate

Specify whether to check if the tag library descriptor (TLD file) is written as per the schema coded in DTD.

If you specify true:

Tag library descriptor will be checked.

If you specify false:

Tag library descriptor will not be checked.

true

(5) Examples of coding

webserver.jsp.keepgenerated=false
webserver.xml.validate=true