Re: servlet directory outside of Jigsaw tree?

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 08:07:13 UTC