It may be the case that one or all of the default Tomcat ports are already used by other CA Technologies applications already installed on the computer. The Web Console installer checks for ports that are already in use and automatically allocates new port numbers appropriately.
The applications using the clashing port numbers must be running at the time of installation in order for them to be detected. If they are not running, manual steps need to be taken post-install to resolve the port number clashes. Different applications that try to use the same port numbers may fail to start. Typically the first one to start will succeed and subsequent applications will fail.
To change the port numbers that the Web Console uses
caf stop tomcat
The file should contain entries that look something like this:
<Server port="8095" shutdown="SHUTDOWN" debug="0">
<Connector className="org.apache.coyote.tomcat4.CoyoteConnector"
port="8090" minProcessors="5" maxProcessors="75"
enableLookups="true" redirectPort="8443"
acceptCount="100" debug="0" connectionTimeout="20000"
useURIValidationHack="false" disableUploadTimeout="true" />
caf start tomcat
If you are unsure of what port numbers may be being used by other applications try incrementing all the port numbers by 1. Then start the applications, and if you still have problems repeat the above process.
|
Copyright © 2013 CA.
All rights reserved.
|
|