View Single Post
  #9 (permalink)  
Old March 6th, 2008, 15:32
dereference dereference is offline
Junior Member
 
Join Date: Feb 2008
Posts: 8
Thanks: 1
Thanked 1 Time in 1 Post
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 0
dereference is on a distinguished road
Re: Trouble with OTM behind Websphere Edge as reverse-proxy?

Quote:
Originally Posted by dereference View Post
Chris,

Thanks. That's much help. We'll take it from there and let you know how it goes.

Thanks again

Joby
Quote:
Originally Posted by chrisplough View Post
Unfortunately, the RP config files were for various clients and I don't have any full config files that I'm at liberty to share. I can share a partial config, however, and this may be enough to get you going down the right path:

Code:
ProxyPass /otm/ http://otm55prod.company.com
ProxyPassReverse / http://otm55prod.company.com
ProxyPassReverseCookiePath    /    /otm55prod/
This would require the URL Prefix in the OTM glog.properties file to be set to "/otm". Keep in mind that once OTM is configured for RP access using the URL Prefix, you won't be able to connect to it directly and get full screens.

BTW - I have run across one client no who is using WebSphere as a RP and it is working. Unfortunately, the same applies - can't share their data, since it is client specific.

--Chris

Chris, We fixed the problem.

Thanks so much! Your notes helped tremendously. More power to you.l

Sincerely


Dereference
Reply With Quote