On Mon, 2008-07-07 at 20:55 -0400, Benson Margulies wrote:

> You might want to look at the logging features buried in the
> javascript.

I noticed the trace function, but I couldn't figure out how to use it.

I have put a RewriteRule in my apache conf, but it seems like it writes
the new url back to the browser, similar to what a Redirect does. In
both cases, I get a -1 error from the js, it says it can't find the
server, but it did get the javascript from the same server. This is the
rule:
 RewriteEngine On
 RewriteCond %{REQUEST_URI} ^/soap/.*$
 RewriteRule ^/soap/(.*)$ http://www.christine.nl:9000/$1

The html I use is here: www.christine.nl/wendy/index.html

dagdag
Christine 

-- 
dagdag is just a two character rotation of byebye
www.christine.nl

Reply via email to