How To Configure JBoss 7.x Windows Service
We will see How To Configure JBoss 7.x Windows Service.
This video is applicable for all JBoss 7.x versions like JBoss 7.1,7.2 and 7.3.
PRE-REQUISITE :
JBoss should be installed.
JBOSS_HOME property should be set in the environment variable.
Step 1 :
Download the required resource package to install JBoss as a window service from the below link.
https://github.com/rajandubey/jbosswi...
Step 2: Copy the file from the downloaded zip folder into JBOSS_HOME/bin.
Step 3 :
Open a command prompt as Administrator.
Goto JBOSS_HOME/bin directory using below command
Example: cd Z:\EAP-7.3.0\bin
Step 4:
Type below Command to install JBoss service
service.bat install
Now a message will print Service JBOSS installed.
To uninstall JBoss Windows Service use the below command
service.bat uninstall
Thank you.
#jbosseap #jbossservice #windowservice #jboss7 #configurejbosswindowsserviec