Running your ATG Server on Jboss

1.Double click on the New Jboss Server created by you 
  from the previous steps and open launch configuration.

Jboss Server Overview Screen in Eclipse

2.Click the tab arguments,add the below line

-c MyATGServer  -b 127.0.0.1.
-b 127.0.0.1 - > To resolve all the Services to localhost

VM Arguments -Dprogram.name=run.bat -Xms128m -Xmx512m  -XX:
MaxPermSize=256m depends upon your Hardware settings this can vary

Working Directory - C:/jboss-eap-5.0/jboss-as/bin

Now right click your New Jboss Server and Start Done !!!

Alternatively,open the cmd prompt ,go to the path
C:\jboss-eap-5.0\jboss-as\bin

type the command -> run -c MyATGServer -b -b 127.0.0.1

You may also see how to create your own ATG Server on Jboss

Comments

Popular posts from this blog

Weblogic Issues during EAR Deployment Exception in AppMerge flows progression

BCC site status inaccessible Agent Production in error state

DUseSunHttpHandler=true weblogic.net.http.SOAPHttpsURLConnection Weblogic/Java HttpHandler issues