Changing public URL
I would appreciate if you can help with foll Qs
1. Right now my public URL is like https://IPaddress:9443/jts 2. I was asked to change it to http://IPaddress:9080/jts I tried, editing server.xml but it is only responding when port 9443 is set for protocol HTTPS 3. Can I actually enable both 9080/HTTP and 9443/HTTPS at same time if not how do I switch when needed from one to other |
3 answers
Renaming the public URI in RTC is not a trivial task; the process is quite involved and requires amongst other things an activation key which you must request via a PMR.
This link provides an introduction to the server rename process: https://jazz.net/wiki/bin/view/Deployment/Highleveloverviewofpublicuriandserverrename#Server_Rename and there are many other resources available Jazz.net to provide guidance. |
Or using a reverse proxy which is easier due that the tool has not autonomy to auto generate the links on base of the current dns name.
|
See the help for doing server rename - http://www.ibm.com/support/knowledgecenter/SSYMRC_6.0.1/com.ibm.jazz.install.doc/topics/c_redeploy_server.html
|
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.
Comments
No, you cannot use HTTP and HTTPS at the same time, as the public URI is unique (which dictates whether HTTP or HTTPS is used). Also, switching from HTTPS to HTTPS requires more than just server rename - you will need to manually modify the web.xml of each application as well. Unless you see great benefit of using HTTP, I suggest you go against this idea.