Re: servlet directory doubt

On Tue, 12 Dec 2000, Shyam Sunder Kondaka wrote:

> Hi
>
> I have one doubt regarding the servlet directory in Jigsaw 2.1.1
> the default directory for the servlets is <JIGSAW_DIR>/Jigsaw/WWW/servlet.
> I placed a servlet in that directory, it is coming fine.
> http://localhost:8001/servlet/HelloWorld
> but I created one subdirectory in servlet directory called 'test'.
> Now I tried to access servlet as
> http://localhost:8001/servlet/test/HelloWorld.
> but I am getting error saying that page is not found.

Yes you should have a ServletDirectoryFrame on 'test'.
Note that if it is HelloWorld in the package 'test', it won't be created
automagically... for now.
Regards,

-- 
Yves Lafon - W3C / Jigsaw - XML Protocol - HTTP
"Baroula que barouleras, au tiéu toujou t'entourneras."

Received on Wednesday, 3 January 2001 10:30:34 UTC