[Contents] [Prev] [Next] [Index] [Report an Error]

Configuring Connections to the Directory

To configure a connection between the Web application and the directory that contains the configuration for the enterprise service portal:

  1. Access the temporary folder to which you copied the WAR file.
    cd tempWar
  2. Extract the boot.props file from the WAR file.
    jar xvf <filename> WEB-INF/boot.props

    <filename>—Name of the WAR file; for example, entmgr.war

  3. Edit the boot.props file with any text editor.

    See Initialization Properties for Enterprise Service Portals.

  4. Replace the boot.props file in the WAR file.
    jar uvf <filename> WEB-INF/boot.props

Initialization Properties for Enterprise Service Portals

In the boot properties file for an enterprise service portal, you can modify the following fields.

Config.java.naming.provider.url

Config.java.naming.security.credentials

Config.java.naming.security.principal

Config.net.juniper.smgt.des.backup_provider_urls

Config.net.juniper.smgt.des.<propertySuffix>

See SRC 2.0.x Getting Started Guide.

See SRC 2.0.x Getting Started Guide.

Config.net.juniper.smgt.lib.config.staticConfigDN

Config.EASP.namespace


[Contents] [Prev] [Next] [Index] [Report an Error]