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

[441 byte] By [TomSimpsona] at [2007-11-26 23:11:44]
# 1
If anyone's interested - we worked it out. We needed a URL-content filter that mapped the webserver name to the proxyservername within javascript (ie. mimetype application/*)Tom
TomSimpsona at 2007-7-10 14:09:03 > top of Java-index,Web & Directory Servers,Web Servers...
# 2
Tom : I am experiencing the exact same issue. but I am just trying to get the Siebel web client working. what did you do to make it work?
dgudaca at 2007-7-10 14:09:03 > top of Java-index,Web & Directory Servers,Web Servers...
# 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

TomSimpsona at 2007-7-10 14:09:03 > top of Java-index,Web & Directory Servers,Web Servers...
# 4
That worked, thank you very much!cheers,-dean
dgudaca at 2007-7-10 14:09:03 > top of Java-index,Web & Directory Servers,Web Servers...