On Fri, Dec 03, 2004 at 11:30:47AM -0500, Shapira, Yoav wrote:
> 
> Hi,
> Unfortunately the leading / on docBase is misleading and not likely what
> you want: it implies an absolute path, i.e. /servlets on your file
> system.  You probably want just servlets relative to your appBase, i.e.
> $CATALINA_HOME/webapps/servlets.  For that, put docBase="servlets"
> without a leading slash.


OK,
<Context path="" docBase="servlets" reloadable="true" />

What does the empty path="" mean? 

--
Chris Christoph P. U. Kukulies kuku_at_kukulies.org

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to