View Single Post
  #2 (permalink)  
Old August 27th, 2008, 23:57
chrisplough's Avatar
chrisplough chrisplough is offline
Site Moderator
 
Join Date: Jun 2006
Location: West Chester, PA
Posts: 864
Blog Entries: 7
Groans: 0
Groaned at 1 Time in 1 Post
Thanks: 55
Thanked 213 Times in 126 Posts
Rep Power: 10
chrisplough has a spectacular aura aboutchrisplough has a spectacular aura aboutchrisplough has a spectacular aura about
Send a message via AIM to chrisplough
Re: CustScreens not working

Nikesh,

This is a common issue when working with the reverse-proxy feature of OTM. Your reverse proxy is not configured correctly to work with OTM and is failing to strip out the URL prefix before passing the URL back to OTM. The reverse-proxy needs to be configured so that the chain of communication is as follows:
  • Browser sends
    • GET /sci/servlets/ShipmentCustManagement
  • Reverse proxy receives
    • GET /sci/servlets/ShipmentCustManagement
  • Reverse Proxy sends
    • GET /servlets/ShipmentCustManagement
  • OTM receives
    • GET /servlets/ShipmentCustManagement
Alternately, if your reverse-proxy supports it - you can try to access OTM without using the URL prefix (glog.webserver.urlprefix).

--Chris
__________________
Chris Plough
MavenWire

www.MavenWire.com
Reply With Quote