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.