Sun Java System Web Server 7.0 Administrator's Configuration File Reference

web-app

The web-app element configures a Java web application mapping. This element may appear zero or more times within the virtual-server element. For more information, see virtual-server.

Subelements

The web-app element can contain the following subelements:

Table 3–61 List of web-app Subelements

Element 

Occurrences 

Description 

enabled

0 or 1 

Determines whether the web application is enabled at runtime. The default value is true.

uri

1 

The root URI for the web application. 

path

1 

The path where the web application is stored. If a relative path is used, it is relative to the server's config directory.

description

0 or 1 

The description of the web application. 

See Also