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.
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:
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 !!!
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
Post a Comment