Hello,
Follow the steps for executing the JBoss AS.
1. Set the PATH and JAVA_HOME environment variables as given below.
For Windows,
| >set JAVA_HOME=<jdk home directory path>
| >set PATH=%PATH%;<jdk home directory path>/bin
|
For Unix or Linux,
| #export JAVA_HOME=<jdk home directory path>
| #export PATH=<jdk home directory path>/bin
|
2. Run the JBoss AS as follows.
For Windows,
| <JBOSS_HOME>/bin>run.bat
|
For Unix or Linux,
| <JBOSS_HOME>/bin#./run.sh
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973147#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...