Oracle® GoldenGate Veridata Administrator's Guide 11g Release 2 (11.2.1.0.0) Part Number E29092-01 |
|
|
PDF · Mobi · ePub |
This appendix describes how to change Oracle GoldenGate Veridata Web port numbers.
Ports are specified in the configuration file of the Tomcat web server application that was installed with Oracle GoldenGate Veridata. The name of this file is as follows (example shows UNIX file structure):
Veridata_install_directory/Oracle GoldenGate Veridata/server/web/conf/server.xml
The first line in the file is <Server port="8820" shutdown="SHUTDOWN" debug="0">
. This is the port that the web server listens on for a shutdown message. You can change this port as needed.
About halfway into the script, there are the following lines that specify ports:
<Service name="Tomcat-Standalone"> <Connector className="org.apache.coyote.tomcat4.CoyoteConnector" port="8830" minProcessors="5" maxProcessors="75" enableLookups="true" redirectPort="8443" acceptCount="100" debug="0" connectionTimeout="20000" useURIValidationHack="false" disableUploadTimeout="true" />
The first port number is the http port that users type on the address line when starting Oracle GoldenGate Veridata Web from a browser. You can change this port.
The second port is used internally. Do not change this port unless it conflicts with another program.