[Contents]
[Prev]
[Next]
[Index]
[Report an Error]
Configuring the Traffic Mirroring Administration Portal
The Traffic Mirroring Administration portal provided
with the SRC software is designed to be used with the traffic-mirroring
implementation in the sample data. To use the portal, edit the WEB-INF/default.properties file.
To customize properties for the Traffic Mirroring
Administration portal:
- Copy the tmPortal.war file to a temporary
folder, and work in that folder.
- Extract the default.properties file
from the tmPortal.war file.
-
jar xvf tmPortal.war WEB-INF/default.properties
- With a text editor, edit the WEB-INF/default.properties file.
- This file provides the bootstrap properties. Change these
values as needed to accommodate your SRC configuration. For example,
the file specifies that the LDAP directory server is being used in
the default port on the local system. To change the location of the
directory server, edit the Config.java.naming.provider.url property.
- This file provides the bootstrap configuration that specifies
the configuration namespace for the application. By default, /WebApplication/TrafficMirroring is used as the namespace.
If you are using another namespace, change the tmConfigNamespace and
loggingConfigNamespace properties.
- Replace the WEB-INF/default.properties file in the tmPortal.war file.
-
jar uvf tmPortal.war WEB-INF/default.properties
[Contents]
[Prev]
[Next]
[Index]
[Report an Error]