The $CATALINA_HOME/server/lib/ is for all classes and resources required
to implement Tomcat 4 itself.
    Try in $CATALINA_HOME/lib/ . According with the documentation, "this is
the place to put classes and resources that you wish to share across ALL web
applications"
    For more information, I suggest you read the section "Class Loader
HOW-TO".


        Marcelo

----- Original Message -----
From: "Armijn Hemel" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, January 10, 2002 8:10 AM
Subject: extending webapp from WebdavServlet


> hi all,
>
> I've been playing around with Tomcat 4.0.1 for a little while now. I made
> my own webapp, which extends WebdavServlet
> (org.apache.catalina.servlets.WebdavServlet), but Tomcat doesn't like this
> and complains about missing classes.
>
> I fixed this by copying the jarfiles from $CATALINA_HOME/server/lib/
> to $CATALINA_HOME/webapps/<mywebapp>/WEB-INF/lib/ but that's basically
> just an ugly fix. Is there a nicer fix that it's also less resource
> intensive?
>
> armijn
>
> --
>  -------------------------------------------------------------------------
--
>    [EMAIL PROTECTED] | http://people.nl.linux.org/~armijn/ | Penguin
Power
>  -------------------------------------------------------------------------
--
>                  http://nl.linux.org/ | Alles over Linux
>  -------------------------------------------------------------------------
--
>
> --
> To unsubscribe:   <mailto:[EMAIL PROTECTED]>
> For additional commands: <mailto:[EMAIL PROTECTED]>
> Troubles with the list: <mailto:[EMAIL PROTECTED]>
>
>

--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to