Friday 21 September 2012

How to Create and Rename JBOSS Service

> Go to Bin Folder
> Open Service.BAT in Notepad (Right Click -> Edit)
> Give your own Service Name to SVCDISP variable and Description to SVCDISP, which is present in Service.BAT file shown below

set SVCDISP=JBoss Application Server 6.0
set SVCDESC=JBoss Application Server 6.0.0 GA/Platform: Windows %PROCESSOR_ARCHITECTURE%
 

> Save Service.BAT file

Now we will install/Create the service:
> Open Command Prompt
> go to path where Jboss is installed upto bin folder
> Use following command:
service.bat install

Service will be installed successfully to check run services.msc and check your given service name in the list.




No comments:

Post a Comment