uCosminexus Application Server, Application Setup Guide
You define the context root of a J2EE application.
You can also define the root context in the context root. Root context is a context of a context root with blank characters "". If a welcome file is created in the root context, the home page of the J2EE application can be displayed from a URL with only the domain name, like http: //www.cosminexus.com/.
WAR attribute file
Execute the following command to acquire a WAR attribute file:
cjgetappprop [server-name] [-nameserver provider-URL] -name J2EE application-name -type war -resname WAR-display-name -c path-of-the-WAR-attribute-file |
cjgetappprop MyServer -name adder -type war -resname adder_war -c C: \home\adder_war.xml
Execute the following command to apply the values of the WAR attribute file:
cjsetappprop [server-name] [-nameserver provider-URL] -name J2EE application-name -type war -resname WAR-display-name -c path-of-the-WAR-attribute-file |
cjsetappprop MyServer -name adder -type war -resname adder_war -c C: \home\adder_war.xml
The following table describes the property settings for context root definition (<runtime>) of the J2EE application:
| Item | Mandatory | Corresponding tag |
|---|---|---|
| Context root | Y | <context-root> |
For details on the property settings, see 3.7.1 Contents of the WAR property file in the uCosminexus Application Server Application and Resource Definition Reference Guide.
All Rights Reserved. Copyright (C) 2013, Hitachi, Ltd.