To start an Oracle Commerce server instance on JBoss:
In a command prompt, navigate to the JBoss
bin
directory, for example,C:\jboss-eap-6.1.0\jboss-eap-6.1\bin
.Enter one of the following commands.
UNIX:
./standalone.sh --server-config=
server-instance-name
.xml -b 0.0.0.0Windows:
standalone.bat --server-config=
server-instance-name
.xml -b 0.0.0.0Where
server-instance-name
is the name of the server instance you are starting, for example,ATGPublishing
,ATGStaging
, orATGProduction
.Note: You can find the output log for the server instance running under JBoss in
jboss-eap-6.1.0/jboss-eap-6.1/standalone/log/
server-instance-name
.log
.