View Single Post
  #16 (permalink)  
Old September 8th, 2008, 18:26
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
Re: Trouble with OTM behind Websphere Edge as reverse-proxy?

Finally I got this working. The issue is with cookie set-up. OTM sets up cookie with /GC path and that is not available after the reverse proxy changes the URL and all paths. I had to put following configuration in my reverse proxy to convert the cookie path -
ProxyPassReverseCookiePath / /appname

After this it started working fine.
Thanks all for help,
- Pritam.
Reply With Quote
The Following User Says Thank You to pritam For This Useful Post:
chrisplough (September 10th, 2008)