Installation Guide › JBoss Version › CA IdentityMinder as a Windows Service › CA IdentityMinder as a Windows Service (JBoss 5)
CA IdentityMinder as a Windows Service (JBoss 5)
Use this procedure to configure CA IdentityMinder as a service on a JBoss 5 system.
Follow these steps:
- Edit the service.bat file found in the JBoss bin folder.
- Locate the run.bat lines, which appear as follows:
call run.bat < .r.lock >> run.log 2>&1
- If you have a JBoss cluster, change these lines, so that they appear as follows:
call run.bat -c all < .r.lock >> run.log 2>&1
The file contains two occurrences of this line.
- Locate the service identity lines, which appear as follows:
set SVCNAME=JBAS50SVC
set SVCDISP=JBoss Application Server 5.1
- Change these lines, so that they appear as follows:
set SVCNAME=CAIMSVC
set SVCDISP=CA IdentityMinder
- Save the file.
- From a command prompt, execute the service.bat script to install the Windows Service:
service.bat install
- Using the Services tool, change the service Startup Type from Manual to Automatic.
- Start the "CA IdentityMinder" Service.
- View the JBoss log to verify a successful launch.
Copyright © 2013 CA.
All rights reserved.
|
|