To start the publishing server:
- In a UNIX shell or command prompt, navigate to the JBoss - bindirectory, for example,- C:\jboss-eap-4.3\jboss-as\binor- /work/jboss-eap-4.3/jboss-as/bin.
- Enter one of the following commands. - UNIX: - ./run.sh -c ATGPublishing -b 0.0.0.0- Windows: - run.bat -c ATGPublishing -b 0.0.0.0- Note: You can find the output log for the Publishing server instance running under JBoss in - jboss-eap-4.3/jboss-as/server/ATGPublishing/log/server.log.
To start the production server:
- Open another UNIX shell or command prompt. 
- Navigate to the JBoss - bindirectory.
- Enter one of the following commands. - UNIX: - ./run.sh -c ATGProduction -b 0.0.0.0- Windows: - run.bat -c ATGProduction -b 0.0.0.0- Note: You can find the output log for the Production server instance running under JBoss in - jboss-eap-4.3/jboss-as/server/ATGProduction/log/server.log.
- Continue with the section Browsing the Publishing and Production Servers. 

