View Single Post
  #13 (permalink)  
Old September 5th, 2008, 20:02
pritam pritam is offline
Junior Member
 
Join Date: Apr 2008
Posts: 16
Groans: 0
Groaned at 0 Times in 0 Posts
Thanks: 0
Thanked 2 Times in 2 Posts
Rep Power: 0
pritam is on a distinguished road
Thumbs down Re: Trouble with OTM behind Websphere Edge as reverse-proxy?

Hi,
I tried the steps given in this forum, still I am facing a weird error. I can get to the logon page through reverse proxy but when I type in id and password, the screen comes back to logon page (the id/password are valid
Here are the links that I see -
1. I type http://my.reverseproxy.com/appname in the browser
2. The request goes to OTM installation
http://my.reverseproxy.com/appname/G...vlet.umt.Login
3. all the js and image files are loaded correctly on page
4. I type in the user id and password and click login
5. The request goes to -
http://my.reverseproxy.com/appname/G.../1220640897958
then it is redirected (status 302) to -
http://my.reverseproxy.com/appname/G...rameGC3Servlet
then next request is -
http://my.reverseproxy.com//appname/...eGC3Servlet%3F

showing me the logon page again.
I am not able to understand why this is happening. When I remove the reverse proxy configuration, the application works fine.

Any pointers on this?
Thanks,
- Pritam.
Reply With Quote