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


Overview of Configuration Files for the Sample Residential Portal

The ssportal.war file contains the following configuration files in the WEB-INF directory:

Modify this file to run the sample residential portal. See WEB-INF/portalBehavior.properties.

Modify this file to run the sample residential portal in a context other than root. The WEB-INF/jboss-web.xml file is proprietary to the JBoss application server.

WEB-INF/portalBehavior.properties

Set the following properties to configure the portalBehavior servlet to determine the behavior of the sample residential portal, and to connect to the LDAP server.

In addition, configure the other properties listed in the file for the network information collector (NIC) proxy configuration. For information about the values to configure for NIC properties, see SRC-PE Network Guide, Chapter 13, Configuring Applications to Communicate with an SAE.

Factory.behavior

Factory.locator

If you specify net.juniper.smgt.ssp.LocalFeatureLocator, configure a value for LocalFeatureLocator.objectRef.

LocalFeatureLocator.objectRef

corbaloc::<host>:<port>/SAE

corbaname::<host>[:<port>][/NameService]#<key>

where <key> is provided by the publisher of the IOR to the COSnaming service.

By default, the SAE does not publish its IOR to a COSNaming service.

IOR:000000000000002438444C3A736D67742E6A756E697...

LocalFeatureLocator.vrName

DistributedFeatureLocator.locName

Config.java.naming.provider.url

Config.net.juniper.smgt.des.backup_provider_urls

WEB-INF/struts-config.xml

The WEB-INF/struts-config.xml file contains the following settings. The file has multiple sections.

data-sources

form-beans

global-exceptions

global-forwards

The sample residential portal uses the IP address of the subscriber, preventing this error.

action-mappings

Called when the subscriber wants to activate a service.     

Called when the subscriber wants to deactivate an active service.

Called when the subscriber wants to change the service schedule.

controller

message-resources

The location of the resource file containing messages in English that is shipped with the sample residential portal.

where xx is the two-letter ISO language code, optionally followed by an underline and the two-letter country code; for example, en_CA for English/Canada or zh_TW for Chinese/Taiwan.

To create a sample residential portal that supports other languages, translate the messages and store the translated file in the above location.

plug-in

WEB-INF/tiles-defs.xml

The WEB-INF/tiles-defs.xml file contains the following settings.

site.layout

site.layout.nomenu

.*.page


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