[jboss-user] [Installation, Configuration & Deployment] - Re: Beginner with JBoss getting a command line error

2006-09-21 Thread iturnthepage
Thanks for everyones help !!! I have a new problem but I am going to slam my head into the keyboard for while before I ask for help. I actually learn a great deal searching first. :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973443#3973443 Reply to t

[jboss-user] [Installation, Configuration & Deployment] - Re: Beginner with JBoss getting a command line error

2006-09-21 Thread PeterJ
To be specific, you should set JAVA_HOME and JBOSS_HOME as follows: set JAVA_HOME=c:\Program Files\Java\jdk1.5.0_07\bin set JBOSS_HOME=C:\JBoss\jboss-4.0.3SP1 A few other tips (these are probably not a problem but could bite you later): 1) Don't install the JDK into Porgram Files. Yes, I know t

[jboss-user] [Installation, Configuration & Deployment] - Re: Beginner with JBoss getting a command line error

2006-09-20 Thread visolvejboss
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= | >set PATH=%PATH%;/bin | For Unix or Linux, |#export JAVA_HOME= |#export PATH=/bin | 2. Run the JBos