uCosminexus Application Server, Application Setup Guide
You set the invocation order for a WAR that contains servlets or JSPs.
WAR attribute file
Execute the following command to acquire the following 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 account -type war -resname account_war -c C: \home\account_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 account -type war -resname account_war -c C: \home\account_war.xml
The following table describes the invocation order settings for a WAR that contains servlets and JSPs:
| Item | Mandatory | Corresponding tag |
|---|---|---|
| Start and stop order# | O | <start-order> |
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.