[Contents]
[Prev]
[Next]
[Index]
[Report an Error]
Locator Properties
In the WEB-INF/portal.props file, you can modify the following properties. Change these properties
to conform to your configuration.
Factory.locator
- Method that the portal uses to locate the SAE.
- Value
- net.juniper.smgt.ssp.LocalFeatureLocator—Uses the
locally configured object reference
- net.juniper.smgt.ssp.DistributedFeatureLocator—Uses
NIC configuration
- Guidelines—If you specify net.juniper.smgt.ssp.LocalFeatureLocator,
configure a value for LocalFeatureLocator.objectRef.
LocalFeatureLocator.objectRef
- Location of the SAE server.
- Value—Location in one of the following formats:
- Absolute path to the interoperable object reference (IOR)
file in the form file://<absolutePath>
- Corbaloc URL in the format corbaloc::<host>:<port>/SAE
- <host>—IP address or host on which the SAE is
installed.
- <port>—Port used by the SAE on the specified
host. The default is 8801.
- The actual IOR in the form IOR:<objectReference>
- Default—No value
- Examples
DistributedFeatureLocator.locName
- Namespace for the NIC proxy configuration.
- Value—<namespace>
- Default—/, which indicates the root namespace
- Example—DistributedFeatureLocator.locName = /nicProxy
indicates that the NIC proxy configuration is in /nicProxy.
Config.java.naming.provider.url
- Location of the LDAP server.
- Value—ldap://<IP address>:<port number>
- Default—No value
- Example—ldap://127.0.0.1:389
Config.net.juniper.smgt.des.backup_provider_urls
- Location of a backup LDAP server.
- Value—ldap://<IP address>:<port number>, with
more than one URL separated by commas
- Default—No value
[Contents]
[Prev]
[Next]
[Index]
[Report an Error]