[Contents]
[Prev]
[Next]
[Index]
[Report an Error]
Locator Properties
The following list describes SAE locator properties
that you change to conform to your configuration. Other configuration
properties in the hostcheckportal.props file
are specific to NIC proxy configuration and logging. For information
about NIC proxy configuration, see Overview of NIC Proxy Configuration.
For information about logging configuration, see To configure logging
for the traffic-mirroring application, see Configuring System Logging (SRC CLI) or Configuring a Component to Store Log Messages in a File (SRC CLI).
Factory.locator
- Method that the portal uses to locate the SAE.
- Value
- net.juniper.smgt.idp.portal.LocalFeatureLocator—Uses
the locally configured object reference
- net.juniper.smgt.idp.portal.DistributedFeatureLocator—Uses
NIC configuration
- Guidelines—If you specify net.juniper.smgt.idp.portal.LocalFeatureLocator,
configure a value for LocalFeatureLocator.objectRef.
LocalFeatureLocator.objectRef
- Location of the SAE server.
- Value—Location in one of the following formats:
- The IOR file URL in the format file://<absolutePath>
- The corbaloc URL in the format corbaloc::<IP address>:<port>/SAE
- <IP address>—IP address.
- <port>—Port number, where 8801 is the default
port for the SAE.
- The actual IOR in the format IOR:<objectReference>
- Default—corbaloc::127.0.0.1:8801/SAE
- Examples
- LocalFeatureLocator.objectRef = file:///opt/UMC/sae/var/run/sae.ior
- LocalFeatureLocator.objectRef = corbaloc::10.10.6.171:8801/SAE
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>
- 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 semicolons
[Contents]
[Prev]
[Next]
[Index]
[Report an Error]