There is variable called scope which can be set in web.xml file which is
present in the src\catalina\wrappers folder. You can use this variable to
hide a portion of the namespace from the client . For example if the value
of the scope variable has been set to "/files" then the client will see only
the files folder and not the rest.In other words a request uri like "/" will
be interpreted as "/files" and a request URI like "/sample" will be
interpreted as "/files/sample" etc.
rajkumar
-----Original Message-----
From: John Regal [mailto:[EMAIL PROTECTED]]
Sent: Thursday, November 01, 2001 11:07 AM
To: 'Slide Users List'
Subject: Setting a relative path for the webdavservlet
How can I set a relative path for this servlet? Do I change it in the
web.xml file? Can you give me an example? I'm trying to rid my webfolder
view of the Actions, Files, and Users folders.
John
-
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>