Installing Dynamic Service Activator on a Web Application Server
Install one copy of Dynamic Service Activator on a Web application server to support all business partners. To install Dynamic Service Activator:
- Create a temporary folder for the application.
mkdir dsa- Copy the dsa.war file from the webapp folder on the application library CD to the temporary folder.
cp /cdrom/cdrom0/webapp/dsa.war dsa- Extract the bootstrap.properties file from the dsa.war file.
jar xvf dsa.war WEB-INF/bootstrap.properties- Edit the bootstrap.properties file. This file provides information about how Dynamic Service Activator communicates with the directory.
See Bootstrap Properties for Dynamic Service Activator.
- Replace the bootstrap.properties file in the dsa.war file.
jar uvf dsa.war WEB-INF/bootstrap.properties- Deploy the dsa.war file by following the procedure appropriate to the Web application server you are using.
Bootstrap Properties for Dynamic Service Activator
The properties in this section can be found in the Dynamic Service Activator bootstrap.properties file.
Config.java.naming.provider.url
- URL of the primary directory that stores configuration information.
- Value—ldap:// <host>:<portNumber>
- <host>—IP address or name of host that supports the Web application
- <portNumber>—Number of the TCP port
Config.java.naming.security.credentials
- Password that the Web application server uses to authenticate and authorize gateway clients.
- Value—<password>
- Guidelines—The password can be encoded in base64 and not visible in plain text. To use an encoded value, use the format {BASE64} <encoded-value>.
- Default—conf
Config.java.naming.security.principal
- DN that contains the username that the Web application server uses to authenticate and authorize gateway clients.
- Value—DN of object that contains the username
- Default—cn=conf, o=Operators, o=umc
Config.net.juniper.smgt.des.backup_provider_urls
- Redundant directories that store configuration information.
- Value—Space-separated list of URLs in URL string format (see description for the property Config.java.naming.provider.url)
Config.net.juniper.smgt.des.<propertySuffix>
- Set of properties that specify how Dynamic Service Activator interacts with the directory.
- Values—See SDX Getting Started Guide, Chapter 14, Distributing Directory Changes to SDX Components.
- Defaults—See SDX Getting Started Guide, Chapter 14, Distributing Directory Changes to SDX Components.
Config.net.juniper.smgt.lib.config.staticConfigDN
- Root of the static configuration properties.
- Value—DN of object that contains the username
- Default—ou=staticConfiguration, ou=configuration, o=Management, o=umc (root of static configuration properties of sample data)
Dsa.namespace