Sun Java System Web Proxy Server - Reverse web proxy and Javascript
Hi,
We are trying to use Sun Java web proxy server to reverse proxy Siebel Analytics and Marketing. When we log onto the main page, we get the following error (a javascript error I believe).
Error: '_swe._sweapp.S_CAS' is null or not an object
The URL works fine with direct access (not via the Reverse WP). Can anybody shed some light on this? All advice appreciated - we're kinda stuck right now.
TIA. Tom
# 3
Under the "filters" tab, select "Set Content URL rewriting" from the left hand menus.
Then create a filter .. source = "websrvname", destination="pxysrvname", mimetype="/"
Basically, the mimetype of "/" should catch all "text/*" instances, and "application/*" instances.
Essentially, the backend hostname gets embedded in some of the javascript for the interface. The filter rewrites the javascript to include the proxyserver name.
BTW : Your proxy server must be listening on the same ports as the back end webserver.
HTH. Tom