Previous Topic: Edit init.bat/init.shNext Topic: Configure WorkPoint Administrative Tools on WebLogic


Edit workpoint-client.properties

Edit the workpoint-client.properties file based on the type of application server you selected during the CA IdentityMinder 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.