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

Configuring reverse-proxy/JTS with http and using https public uri

I need to configure a reverse proxy that accepts SSL requests on port 443, but that forward the requests to JTS (Tomcat) in HTTP on port 9080.

I have done all the configuration changes required to enable HTTP:
  • Tomcat - enable the port 9080, disabling the redirect on 9443.
  • webapps - change "CONFIDENTIAL" with "NONE" in the web.xml files.
and of course configured the reverse proxy using the directive "ProxyPreserveHost On"

But the JTS setup (I think it's not related only to setup) doesn't work.
Using firebug I can see that in the JTS answer the hedear contains the string:

base href="http://clm.mydomain.com/jts/setup"


where the public uri is "https://clm.mydomain.com".

It seems that the webapps uses the same protocol of the requests to write the "base href" in the header response.

There is a way to configure the target architecture explained?

0 votes



One answer

Permanent link
Emilio
Take a look at this series in the Deployment wiki and see if they can shed some light for your scenario.  https://jazz.net/wiki/bin/view/Deployment/InstallProxyServers

1 vote

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
× 7,494
× 2,356
× 1,381

Question asked: Oct 24 '13, 10:47 a.m.

Question was seen: 9,936 times

Last updated: Oct 25 '13, 2:16 p.m.

Confirmation Cancel Confirm