At 06:32 PM 12/22/2002 -0800, you wrote:
Hi, Thaer, welcome to the list.  Here is my attempt at the simplest possible
explanation of how to create a JBoss web application.

1.)  Download JBoss 3.0.x and unzip or untar it.
2.)  Go to the bin directory and run JBoss (run.bat or run.sh file).  Just
type ./run on the command line. This will run the default configuration,
which usually just works, assuming you have an appropriate version of the
Java JDK already installed.
He has JSPs in his web application, the default JDK installation doesn't set JAVA_HOME. Don't forget to set JAVA_HOME or your JSPs will fail to compile and the error message won't give you a good idea why.

-Joe




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to