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

Configuring Deployment Settings for Enterprise Manager Portal

You configure deployment settings for Enterprise Manager Portal. You do not need to configure deployment settings for the sample Enterprise Service Portal or NAT Address Management Portal.

To configure deployment settings for Enterprise Manager Portal:

  1. Access the temporary folder to which you copied the WAR file.
    cd tempWar
  2. Extract the web.xml file from the WAR file.
    jar xvf entmgr.war WEB-INF/web.xml
  3. Edit the web.xml file in the entmgr.war file with any text editor.

    See Deployment Properties for Enterprise Manager Portal.

  4. Replace the web.xml file in the WAR files.
    jar uvf entmgr.war WEB-INF/web.xml

Deployment Properties for Enterprise Manager Portal

The web.xml file contains deployment properties for Enterprise Manager Portal. This file specifies which applications Enterprise Manager Portal displays and specifies how to generate e-mails when IT managers request public IP addresses through this enterprise service portal. You can modify the following fields.

showBasicBandwidthOnDemand

showBandwidthOnDemand

showFirewall

statelessFirewall

You can configure either stateless firewalls or stateful firewalls from Enterprise Manager Portal. If you set showFirewall to True and statelessFirewall to False, the portal provides support for stateful firewalls on JUNOS routing platforms.

showNat

showSchedule

showVpn

showExtranet

junoseCompatibleBoD

machineReadableNotifications

renotificationInterval

addressManagerUrl

http://<host>:<port><path>

mail.smtp.host

notificationFrom

notificationTo

notificationSubject

renotificationSubject

notificationText

maxIpPoolSize


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