It's all about the answers!

Ask a question

Run RTC/RQM on Port 80


Naweed Jaulim (632732) | asked Jul 17 '13, 7:10 a.m.
retagged Jul 23 '13, 2:53 p.m. by Ralph Earle (25739)

Hi,

Can anyone please assist in making RQM use port 80 using Websphere 7?

I have tried the various suggestions in this forum by changing the port numbers in wc_defaulthost and wc_defaulthost_secure with no luck.

Is there any additional files related to this change?

Any help would be much appreciated.

Thanks,

Naweed

Accepted answer


permanent link
Shubjit Naik (1.5k1613) | answered Jul 17 '13, 10:22 a.m.
edited Jul 18 '13, 2:34 a.m.
Hi Naweed

The ports are defaults for the protocol used:
HTTPS URLs use port 443 by default, whereas HTTP URLs use port 80 by default.

So if your protocol is https and you are not using any port in the URL, it defaults to 443.
Are you accessing RQM using HTTP or HTTPS?

Adding from my comment below:
----------------------------------------
If you want to access CLM applications via HTTP, you have to modify the web.xml of each application "Change all occurrences of CONFIDENTIAL to NONE and save the file"

Refer to the following Help, scroll down  to "Modifying the WebSphere Application Server settings"

https://pic.dhe.ibm.com/infocenter/clmhelp/v4r0/index.jsp?topic=%2Fcom.ibm.jazz.install.doc%2Ftopics%2Ft_disable_server_certificates.html

Hope this helps
Naweed Jaulim selected this answer as the correct answer

Comments
Naweed Jaulim commented Jul 17 '13, 10:34 a.m. | edited Jul 17 '13, 10:35 a.m.

Hi Shubjit,

I am trying to access RQM through http using http://servername/qm. but as soon as I hit this in thr browser it redirects to https://servername/qm.

I only want to use 80 so that I can do a reverse proxy in Apache to allow users to access QM externally. At present the QM servers is in the internal network and hence the need for me to use just 80 based on firewall restrictions.

Or is there a way to disable https on WAS?

Thanks.


Shubjit Naik commented Jul 18 '13, 2:30 a.m.

In that case you have to modify the web.xml "Change all occurrences of CONFIDENTIAL to NONE and save the file"

Refer to the following Help, scroll down  to "Modifying the WebSphere Application Server settings"

https://pic.dhe.ibm.com/infocenter/clmhelp/v4r0/index.jsp?topic=%2Fcom.ibm.jazz.install.doc%2Ftopics%2Ft_disable_server_certificates.html

Hope this helps

2 other answers



permanent link
Abraham Sweiss (2.4k1331) | answered Jul 17 '13, 8:03 a.m.
The first thing I would do from a WAS perspective is to:
1. Change the ports as was noted
2. make sure the default application is installed
2.a Verify you can get the default application /snoop to work with the modified ports.  This is to ensure the WAS server is configured correctly
3. Once WAS configuration is confirmed then run through the setup wizard for RTC/RQM.


permanent link
Stephane Leroy (1.4k149) | answered Jul 17 '13, 9:55 a.m.
JAZZ DEVELOPER
Hi Naweed,

you could:
- refer to http://sleroyblog.wordpress.com/2012/03/30/tip-for-jazz-administration-hide-port-numbers-from-the-public-server-uri/ for some guided step (for WebSphere 6.x - hopefully straightforward to adapt in WebSphere 7.0)
- make sure that port 80 and 443 are available on the server machine.

Hopes this helps.

Regards,
Stéphane

Comments
Naweed Jaulim commented Jul 17 '13, 10:12 a.m.

Hi Stephane,

My ports config looks exactly the same as in the link you provided. It's just for some reason, I can't access the QM URL with a port 80. It seems to be re-directing to the 443 automatically.

I actually want to make it run specifically on 80.

Would you know what could be causing the re-direction to port 443?

Thanks,

Naweed


Stephane Leroy commented Jul 17 '13, 10:33 a.m.
JAZZ DEVELOPER

Your answer


Register or 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.