Technote (FAQ)
Question
How do you change the Webserver port from 8080 to any other values for IBM Rational Directory Server (RDS) 5.0?
Cause
The default Webserver port configured with RDS 5.0 is 8080. You may wish to change this port.
Answer
Steps to change the default port number:
- Edit the following lines in the Server.xml file:
Note: The Webserver port information is stored in the Server.xml file located in the \RDS_5.0_home\WebAccessServer\apache-tomcat-6.0.16\conf folder.
=====================================
<Connector port="8090" protocol="HTTP/1.1"
connectionTimeout="20000"
redirectPort="8443" />
<!-- A "Connector" using the shared thread pool-->
=====================================
Note: The new port number is 8090 in this example.
- Restart the RDS 5.0 server for the changes to take effect.
Rate this page:
Average rating
Copyright and trademark information
IBM, the IBM logo and ibm.com are trademarks of International Business Machines Corp., registered in many jurisdictions worldwide. Other product and service names might be trademarks of IBM or other companies. A current list of IBM trademarks is available on the Web at "Copyright and trademark information" at www.ibm.com/legal/copytrade.shtml.