Before you install and configure Oracle ATG Web Commerce:

Set the Bind Address

If you will 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, 2012 Oracle and/or its affiliates. All rights reserved.

Legal Notices