RE: Changing the default directory for servlets

The JigAdmin is actually really neat for allowing this.  You see
http://www.w3.org/Jigsaw/Doc/User/servlets.html (or your own jigsaw server
as host instead).  If you read the carefully it is all spelled out.  What
you end up creating, if you follow the steps, is a new DirectoryResource
entry.

I did the exact same thing that you want to do, which is to have the URL
that you use to access your servlet as 'servlet' not 'servlets'.  It works.

-----Original Message-----
From: www-jigsaw-request@w3.org [mailto:www-jigsaw-request@w3.org]On
Behalf Of Brian Dupras
Sent: Tuesday, March 02, 1999 9:31 AM
To: www-jigsaw@w3.org
Subject: Changing the default directory for servlets


Is it possible to change the directory that servlets live in?  Most other
servlet tools look in "servlet" as opposed to "servlets".

I've looked in JigAdmin, in the .props files, and in the source and can't
seem to find where the server is gettig the name "servlets" for a directory.

Brian

Received on Wednesday, 3 March 1999 05:18:27 UTC