Before you install and configure Oracle ATG Web Commerce, make sure you have the path to the JBoss application server home directory. You need to provide it when you run the Oracle ATG Web Commerce installer and the Configuration and Installation Manager (CIM). For example:

C:\jboss-eap-install-dir\jboss-as

Set the Bind Address

If you access your Oracle ATG Web Commerce application from a different computer, set the bind address when you start the JBoss application server. By default, the JBoss application server will not serve applications to users on other computers.

For example, to access your application from any Internet Protocol (IP) address you can add -b 0.0.0.0 to the start script that is created by the CIM utility. See Configuration and Installation Manager (CIM).

#!/bin/sh
/jboss-installation-directory/jboss-as//bin/run.sh \
-c server-name \
-b 0.0.0.0 $*

Note: this script is created by the CIM utility after you have installed and configured the Oracle ATG Web Commerce platform. It is not present when you are preparing the application server before the platform installation.


Copyright © 1997, 2014 Oracle and/or its affiliates. All rights reserved. Legal Notices