[Sacramento Java Users Group]
JBoss Logo
 
Installation for JBoss-3.0.6_Tomcat-4.1.18.
  1. Installation
  2. Environment Variable Updates
  3. Script File Updates
  4. Test Installation

Installation

Install JDK & J2EE
Unzip JBoss

Environment Variable Updates

JAVA_HOME=D:\Java\JDK\1.4
J2EE_HOME=D:\Java\J2EE\1.3
ANT_HOME=D:\Java\Jakarta\Ant
CLASSPATH=.;D:\Source\Java;%J2EE_HOME%\lib\j2ee.jar
PATH=%PATH%;%JAVA_HOME%\bin;%J2EE_HOME%\bin;%ANT_HOME%\bin
Restart Windows

 

Script File Updates

CD D:\Java\jboss\bin
 Create shortcuts

Source

Name

run.bat Start JBoss
shutdown.bat Stop JBoss
Drag shortcuts to desktop (or [Start] menu).

Test Installation

Click on the start icons and test the
HTTP server with your browser.
JBoss uses http://localhost:8080/{context name}
You should see a live web page for your contexts.
(Trouble shooting should start with the environment variables.)