Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Port information

can any one tell me about how to know the port number for RTC?

0 votes


Accepted answer

Permanent link
The default port with RTC and CLM deployments is:
HTTPS - 9443
HTTP - 9080
Keep in mind that both ports need to be open for RTC to run OOB.

As Sam mentioned above, this information is in the server.xml. If you want to change the port, it needs to be changed before the public URI is set.
Stephanie Bagot selected this answer as the correct answer

1 vote


2 other answers

Permanent link
If you are a user, you must get this info from the system administrator
if you are the administrator, you should have received this info from the installation team,

if you did not get that, you will have to look in Websphere or Tomcat configuration files to discover it.

on tomcat that is install_location/server/tomcat/conf/server.xml
and is represented on the Connector element (like this from my test server)
<code>
    <Connector port="9780" protocol="HTTP/1.1"
               connectionTimeout="20000"
               redirectPort="9743" />
</code>

1 vote


Permanent link
The another possibility to check that is running the following command:
netstat -a -o | grep <PID>
where <PID> is process id for your CLM server running. This will work even for WAS :)

0 votes

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 6,125

Question asked: May 21 '13, 9:33 a.m.

Question was seen: 3,791 times

Last updated: May 22 '13, 2:46 a.m.

Confirmation Cancel Confirm