Previous Topic: Configure WorkPoint Administrative ToolsNext Topic: Configure WorkPoint Administrative Tools on WebLogic


Configure WorkPoint Administrative Tool on JBoss

To configure the WorkPoint Administrative Tools on JBoss, edit the init.bat/sh and the workpoint-client.properties files.

Edit init.bat/init.sh

To edit init.bat/init.sh

  1. In a text editor, edit one of the following files:
  2. Uncomment the EJB_CLASSPATH line in the JBoss section of the file.

    Note: Be sure that all sections for other application servers are commented.

  3. Create a directory named JBoss under admin_tools\Workpoint\lib.
  4. Copy the content of the jboss_home\client directory to the admin_tools\Workpoint\lib\JBoss directory.
Edit workpoint-client.properties

Edit the workpoint-client.properties file based on the type of application server you selected during the CA Identity Manager installation.

To configure the workpoint-client.properties file

  1. Open admin_tools\Workpoint\conf\
    workpoint-client.properties in a text editor.

    admin_tools is the installed location of the Administrative tools. The Administrative Tools are placed in the following default locations:

  2. Locate the section titled JBOSS SETTINGS.
  3. Uncomment all of the property values in that section.

    For example:

    java.naming.provider.url=localhost
    java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory
    java.naming.factory.url.pkgs=org.jboss.naming
    

    Note: You may need to edit the java.naming.provider.url property value. For example, replace localhost with jnp://server_name or ip:port. Ensure you use the jnp port number 1099.

  4. Save the file.