Re: Servlets in root - How do i configure

On Sat, 26 Aug 2000, Ashok Katariya wrote:

> 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,

      /\          - Yves Lafon - World Wide Web Consortium - 
  /\ /  \        Architecture Domain - Jigsaw Activity Leader
 /  \    \/\    
/    \   /  \   http://www.w3.org/People/Lafon - ylafon@w3.org    

Received on Tuesday, 29 August 2000 08:57:50 UTC