- From: Benoit Mahe <Benoit.Mahe@sophia.inria.fr>
- Date: Mon, 08 Sep 1997 11:58:24 +0200
- To: Venu Vasudevan <venu@objs.com>
- cc: www-jigsaw@w3.org, bmahe@www43.inria.fr
> I am interested in using a Jigsaw proxy server (1.0 alpha 5) to map some > incoming requests to GETs on resources local to the proxy server. So if > http://tatung:9999 is the proxy, I might want to map the request > http://<alias_urlpath>, to http://tatung:9999/<real_urlpath>. > > By attaching an ingoingFilter to the root ProxyDirectory and using > setURLPath, I was able to modify the incoming request to a local > resource but not with quite the desired results. What I end up GETting > is http://localhost:9999/<real_url>, not http://tatung:9999/<real_url> > (I see no evidence that my overloaded GET method on <real_url> is being > invoked). > > Would appreciate any pointers on whether the filter-on-ProxyDirectory > is the right way to go, and if so some further detail. > I'm not sure that this is the right way to go, but you should use setURL instead of setURLPath. - Benoît Mahé ------------------------------------------------------- World Wide Web Consortium bmahe@sophia.inria.fr Architecture domain - Jigsaw Team tel : 04 93 65 79 89 ---------------------------------------------------------------------
Received on Monday, 8 September 1997 05:59:10 UTC