uCosminexus Application Server, Application Setup Guide
If the Web applications (servlets and JSPs) that form a J2EE application invoke an Enterprise Bean, set the properties for resolving the references.
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 -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 -c C:\home\adder_war.xml
The settings are similar to the property settings when an Enterprise Bean invokes another Enterprise Bean. See (3) Attribute settings to be edited in 9.3.1 Defining other Enterprise Bean references.
All Rights Reserved. Copyright (C) 2013, Hitachi, Ltd.