Login Redirect Problem
RTC Standard v 1.1
Tomcat, DB2
I configured server.xml to use port 443 instead of 9443. The Eclipse client functions perfectly. The web client does not - here's what I see:
1) Visit https://sub.domain.com/jazz
- login page is displayed
2) Login w/ correct credentials
- Authentication seems to take place and page is redirected to https://xx.xx.xx.xx:9443/jazz/admin
Any ideas?
Tomcat, DB2
I configured server.xml to use port 443 instead of 9443. The Eclipse client functions perfectly. The web client does not - here's what I see:
1) Visit https://sub.domain.com/jazz
- login page is displayed
2) Login w/ correct credentials
- Authentication seems to take place and page is redirected to https://xx.xx.xx.xx:9443/jazz/admin
Any ideas?
3 answers
I've had the same problem with my ibm http server/websphere configuration. The jazz server/.war has its own port configuration for secure redirects (so if you login on port 80 it redirects to a secure port). In the Webinterface on the Server-Page go to "Advanced Properties" and search for 9443. The Parameter is called "URL HTTPS Port".
Cheers,
Stefan Hoffmann
Cheers,
Stefan Hoffmann
RTC Standard v 1.1
Tomcat, DB2
I configured server.xml to use port 443 instead of 9443. The Eclipse client functions perfectly. The web client does not - here's what I see:
1) Visit https://sub.domain.com/jazz
- login page is displayed
2) Login w/ correct credentials
- Authentication seems to take place and page is redirected to https://xx.xx.xx.xx:9443/jazz/admin
Any ideas?