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


Installation Tasks

This section lists the installation tasks for Dynamic Service Activator. Refer to the following sections for information about these tasks.

To install Dynamic Service Activator:

  1. Complete the prerequisite tasks.
  2. Install one copy of Dynamic Service Activator on a Web application server to support all business partners.

Installation of Dynamic Service Activator includes customization of the bootstrap.properties file, which defines how Dynamic Service Activator connects to the directory that contains the configuration information for this Web application.

Prerequisite Tasks

Before you use Dynamic Service Activator, you must:

When you configure Dynamic Service Activator, you must create a set of access controls between a gateway client and each method or script the client uses. One approach is to create one object for each relationship between a client and a method or script. However, with this approach, the configuration namespace could become cluttered and difficult to manage.

A more ordered approach is to organize client objects subordinate to method and script objects or vice versa. For example, you can create an object that specifies a method or script. You can then create subordinate objects for each gateway client that can use the method or script, and you can define the names of the gateway clients and other access properties in these subordinate objects.

Alternatively, you can create an object that defines a gateway client. You can then create subordinate objects for each method or script to which the gateway client has access, and you can define the arguments for the method or script and other access properties in the subordinate object.

See the section Sample Data for examples of hierarchical organization of methods, scripts, and clients.

Installing Dynamic Service Activator

To install Dynamic Service Activator:

  1. Create a temporary folder for the application on a host.
  2. mkdir dsa
    
    
    
  3. Copy the dsa.war file from the webapp directory on the application library CD to a temporary directory on your workstation.
  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 with any text editor to configure values for properties in the following list.

This file provides information about how Dynamic Service Activator communicates with the directory. The default file shows examples of the settings for the properties.

  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.

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]