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


Configuring Deployment Properties for IDP E-Mailer

The configuration for the application specifies that the directory server resides on the local system. If the directory server resides on another system, edit the WEB-INF/bootstrap.properties file.

To customize files and properties for the IDP E-Mailer application:

  1. Copy the idpemail.war file to a temporary folder, and work in that folder.
  2. Extract the bootstrap properties file from the idpemail.war file.
  3. jar xvf idpemail.war WEB-INF/bootstrap.properties
    
    
    
  4. (Optional) With a text editor, edit the WEB-INF/bootstrap.properties file.

The file provides the default local directory location. To change the location of the directory server, edit the Config.java.naming.provider.url property.

  1. Replace the WEB-INF/bootstrap.properties file and any other updated files in the idpemail.war file. To replace the WEB-INF/bootstrap.properties file, enter:
  2. jar uvf idpemail.war WEB-INF/bootstrap.properties
    

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