Installing JBoss Application Server is very simple and straight forward. Before that we need to make sure Java is installed on our machine which is the only prerequisite for JBoss.
How To Install JBoss?
Go to JBoss downloads and download binary distribution zip file. Unzip it into a directory on your machine.
Now you need to create a new environmental variable 'JAVA_HOME' on your machine. For windows system, right-click on your Computer/My Computer, click on properties > Advanced system settings > Environment variables so that you will get a pop up window to create a new environment variable. Click on new and add a new variable with name as 'JAVA_HOME' and value as path of JDK installed directory as shown below:
JAVA_HOME Environment Variable in Windows |
And click on OK to save the changes.
You 're done! Now you can use your JBoss Application Server with default configuration.
JBoss Logging Configuration
Deployment Scanner in JBoss
Related Posts:
Starting and Stopping JBoss Application ServerJBoss Logging Configuration
Deployment Scanner in JBoss