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


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:

  1. Create a temporary folder for the application.
  2. mkdir dsa
    
    
    
  3. Copy the dsa.war file from the webapp folder on the application library CD to the temporary folder.
  4. cp /cdrom/cdrom0/webapp/dsa.war dsa
    
    
    
  5. Extract the bootstrap.properties file from the dsa.war file.
  6. jar xvf dsa.war WEB-INF/bootstrap.properties
    
    
    
  7. 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.

  1. Replace the bootstrap.properties file in the dsa.war file.
  2. jar uvf dsa.war WEB-INF/bootstrap.properties
    
    
    
  3. 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

Config.java.naming.security.credentials

Config.java.naming.security.principal

Config.net.juniper.smgt.des.backup_provider_urls

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

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

Dsa.namespace


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