- From: rob sanders <rsanders@draper.com>
- Date: Thu, 29 Apr 1999 11:29:05 -0400 (EDT)
- To: "www-jigsaw@w3.org" <www-jigsaw@w3.org>
I need to be able to map basically all hits to my servlet. Is this possible in jigsaw? In JRun, according to the Karl Moss book, I can map requests to my servlet using a prefix or suffix notation in the administration tool. Is a similar feature available in jigsaw? If so, please describe how. -rob Christopher William Turner wrote: > > Benoit Mahe wrote: The first one need a RedirecterFrame [1], the second one a > RelocateFrame [2]. > > But note that using a RedirecterFrame does not work if your servlet uses extra path > info. > If my servlet is at /servlets/GetTrade and a redirect frame is at /t I can call my > servlet > using > > http://www.trade-submit.com:8001/servlets/GetTrade > or > http://www.trade-submit.com:8001/t > > I can also call my servlet (using pathInfo) as > http://www.trade-submit.com:8001/servlets/GetTrade/0001.html > but not as > http://www.trade-submit.com:8001/t/0001.html > > -- > Chris Turner, http://www.cycom.co.uk/
Received on Thursday, 29 April 1999 12:54:10 UTC