Previous Topic: CA IdentityMinder as a Windows Service (JBoss 5)Next Topic: Windows Services Started by CA IdentityMinder


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:

  1. Download the required jboss-native from:
    http://www.jboss.org/jbossweb/downloads/jboss-native-2-0-10
    
  2. Extract the ZIP file and copy the contents to the JBOSS_HOME\bin folder.
  3. Open service.bat in the JBOSS_HOME\bin folder and make the following modifications.
    1. Remove the JAVA_OPTS line.
    2. Set the following variables:
      set SVCNAME=CAIM
      set SVCDISP=CA IdentityMinder
      
    3. Replace all run.bat calls to standalone.bat
    4. Remove each occurrence of the following line:
      call shutdown -S < .s.lock >> shutdown.log 2>&1
      
    5. In its place, insert the following line:
      call jboss-cli.bat --connect command=:shutdown >> shutdown.log 2>&1
      
  4. Open the standalone.conf.bat file from the JBOSS_HOME\bin folder and define JAVA_OPTS as follows:
    JAVA_OPTS=%JAVA_OPTS% -Xrs
    
  5. Open a command line prompt and change directory to the JBOSS_HOME\bin folder.
    service.bat install
    
  6. Using the Services tool, change the service Startup Type from Manual to Automatic.
  7. For a cluster installation of CA IdentityMinder, the following applies: