JBoss Application Server (II)
1 April 2008In the last post, you read about the features of JBoss application server. In this post, I will write about how to set a JBoss application server on your development machine.
The first step is to download and install the server. I would prefer JVM 1.5 but you can use older versions as well but it should be 1.3+ version of JVM.
Download the latest stable version of the JBoss distribution at http://www.jboss.org/.
Unzip the compressed file into the desired directory. Note: An installation directory (JBoss-x.x.x/) will be created there.
Now you have to create an environment variable (variable name: JBOSS_DIST) pointing to the location of the JBoss directory (variable value: path_to_jboss).
Setting environment variable in Windows NT/2000/XP is simple and is discussed in the next post.
Related Posts:
Top Of Page | Trackback
If you found this page useful, consider linking to it. Simply copy and paste the code below into your web site.
It will look like this: JBoss Application Server (II)