> From: Mark Demma [mailto:[EMAIL PROTECTED] 
> Subject: Re: Using Tomcat over NFS over multiple hosts, want 
> to separate locations of directories
> 
> the problem is that anything I put into webapps barfs with the  
> following, looking like it can't find any of it's libraries at /usr/ 
> dist/pkgs/tomcat/common/lib/, even tho I can see them fine from that  
> machine...
> 
> SEVERE: Begin event threw exception
> java.lang.ClassNotFoundException: org.apache.catalina.deploy.FilterDef

The above class isn't stored in common/lib, it's in
server/lib/catalina.jar.  Have you checked to make sure that jar is
properly accessible and not damaged?  I'm a bit surprised Tomcat could
get this far if catalina.jar isn't around.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

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

Reply via email to