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#3973147

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3973147
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to