Re: Servlets in root - How do i configure

Very good question!

What can I do if I need my servlet directory be my home directory
(directory that has my index.html file)? Is it possible?

> > Hi,
> >       How does one map servlets in jigsaw. (something similar to
> > mappings.properties concept in jsdk)
> >
> > Basically i have servlets which have to be referred as
> > http://server/servletname
> > I tried putting the servlets in the servlet directory.It works fine.
> > What should i do to put my servlets in the root directory and use them with
> > the above url
> > I am using Jigsaw for windows.
> 
> You should remove the HTTPFrame of the root resource and replace it with a
> ServletDirectoryFrame.
> Then you can create servlets in it.
> See http://www.w3.org/Jigsaw/Doc/User/servlets.html for more details.
> Regards,

Received on Tuesday, 29 August 2000 09:45:58 UTC