URL redirection during authentication
Hi,
I need to connect to the Jazz server via IP based URL for proxy reasons, so I put the URL: http://xxx.xxx.xxx.xxx:9080/jazz Then I get the login page. I authenticate myself and the authentication process redirects me to: http://server_name:9080/jazz so I get : "The requested URL could not be retrieved" (that is the proxy problem) I try to configure the advance property: Public URL root to an IP based URL but the server always redirects me to the server_name based URL. Is there another property to configure that? Thanks in advance |
4 answers
Hi, I might have misunderstood what you are doing (apologies in advance) but I am surprised you can even get the login screen via http I thought you had to use https. anthony |
Yes, I can access the login with http.
I edited the web.xml of jazz webapp: Original:
Modified:
Any ideas for avoiding redirection to server_name based URL? Which component do this redirection? Jazz app or Tomcat? Thanks |
Hi,
jaguerrero wrote: Hi, That URL is incomplete. Try one of these URLs: http://xxx.xxx.xxx.xxx:9080/jazz/setup - setup wizard http://xxx.xxx.xxx.xxx:9080/jazz/admin - Admin UI http://xxx.xxx.xxx.xxx:9080/jazz/web - normal web UI
That setting does not affect redirection. You should be ok if you use one of the URLs from above without changing this setting. to an IP based URL but the server always redirects me to the Thanks! Craig Chaney Jazz Server team |
Ok!
That is, the URL was incomplete. Thank you very much Best Regards Andres |
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.