Installation Guide › JBoss Version › CA IdentityMinder as a Windows Service › CA IdentityMinder as Windows Service (JBoss EAP 6.1)
CA IdentityMinder as Windows Service (JBoss EAP 6.1)
Use this procedure to configure CA IdentityMinder as a service on a JBoss 6.1 EAP system.
Follow these steps:
- Download the required jboss-native from:
http://www.jboss.org/jbossweb/downloads/jboss-native-2-0-10
- Extract the ZIP file and copy the contents to the JBOSS_HOME\bin folder.
- Open service.bat in the JBOSS_HOME\bin folder and make the following modifications.
- Remove the JAVA_OPTS line.
- Set the following variables:
set SVCNAME=CAIM
set SVCDISP=CA IdentityMinder
- Replace all run.bat calls to standalone.bat
- Remove each occurrence of the following line:
call shutdown -S < .s.lock >> shutdown.log 2>&1
- In its place, insert the following line:
call jboss-cli.bat --connect command=:shutdown >> shutdown.log 2>&1
- Open the standalone.conf.bat file from the JBOSS_HOME\bin folder and define JAVA_OPTS as follows:
JAVA_OPTS=%JAVA_OPTS% -Xrs
- Open a command line prompt and change directory to the JBOSS_HOME\bin folder.
service.bat install
- Using the Services tool, change the service Startup Type from Manual to Automatic.
- For a cluster installation of CA IdentityMinder, the following applies:
- For a shared location in a cluster, be sure that the user has sufficient privileges to run the CA IM service as another user.
- Repeat this procedure for each node in the cluster.
Copyright © 2013 CA.
All rights reserved.
|
|