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

Jazz on standard ports

We have noticed a few situations where firewalls are blocking outgoing access to non-standard ports (that is anything but port 80 and port 443). In some of these cases port 9443 works, but some of the others (e.g., 9444 and 9445) will not. In architecting a solution where more than one Jazz server is on the same host if port numbers can't be used to differentiate the various services (RTC versus RQM say), then the next logical way to handle this is with host names or ip addresses.

Has anyone setup such an environment? If so what are your experiences? Were you able to use Tomcat by altering the config file? Did you need to resort to using a front end like Apache?

Finally has anyone seen a good write-up on this?

Thanks in advance,

Rich

0 votes



4 answers

Permanent link
I also would like to know, if it is possible to run RTC on port 80 and 443?
Someone tried this?

0 votes


Permanent link
On 2/12/2010 12:38 PM, hajo62 wrote:
I also would like to know, if it is possible to run RTC on port 80 and
443?
Someone tried this?


I found this tech note some months ago explaining how to change default
ports. It is related to RRC but I suspect the same applies to RTC.

http://www-01.ibm.com/support/docview.wss?rs=3488&uid=swg21329501

Note: I haven't done in RTC myself so I can't guarantee it works and it
is supported.

Hope it helps,

Chemi.

0 votes


Permanent link
Hi,

I change the ports all the time for demo and other purposes. With Apache this is done in the server.xml. Really easy, two places. Search for 80 and 9443. Just make sure mo other http server is running on them. If you have the Rational Web Platform installed (ReQWeb, CQWeb) or any other standard http server (e.g. a hp printer service tool,....) than you can clearly see the issue in the apache startup log.

Which is - my assumption - the reason for having different ports by default.

If you want to run several RTC or other Apache based servers on one machine, you also need to change the shutdown ports....

Ralph

On 2/12/2010 12:38 PM, hajo62 wrote:
I also would like to know, if it is possible to run RTC on port 80 and
443?
Someone tried this?


I found this tech note some months ago explaining how to change default
ports. It is related to RRC but I suspect the same applies to RTC.

http://www-01.ibm.com/support/docview.wss?rs=3488&uid=swg21329501

Note: I haven't done in RTC myself so I can't guarantee it works and it
is supported.

Hope it helps,

Chemi.

0 votes


Permanent link
Ok, I've tried 80 and 9443 and it seem's to work fine.
The easiest way to modify the ports (on a linux machine) running with tomcat:
cd /opt/IBM/JazzTeamServer/server/tomcat/conf

cp server.xml server.xml.saf
sudo sed -i 's/9443/443/' server.xml
sudo sed -i 's/9080/80/' server.xml

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

Question asked: Feb 02 '10, 12:19 p.m.

Question was seen: 5,490 times

Last updated: Feb 02 '10, 12:19 p.m.

Confirmation Cancel Confirm