> -----Original Message-----
> From: Pid [mailto:p...@pidster.com]
> Sent: Wednesday, November 17, 2010 04:02 PM
> To: Tomcat Users List
> Subject: Re: FW: After manager says that there was a leak, how to use a
> profiler?
> 
> On 17/11/2010 20:56, Brian wrote:
> > I will have to swallow my pride with this question. I bet this is a
> > very easy issue, but for some reason I haven't found an answer.
> > I moved my JARs from the ".../tomcat/shared/lib" directory to the
> > "web-inf/lib" directory in the app itself, but it seems that the JARs
> > there are not being discovered by Tomcat. This is what the log says:
> 
> WEB-INF/lib or web-inf/lib?

The first one, I made a mistake when typing the email.

 
> > Nov 17, 2010 3:46:56 PM org.apache.catalina.startup.Catalina load
> > INFO: Initialization processed in 730 ms Nov 17, 2010 3:46:56 PM
> > org.apache.catalina.core.StandardService start
> > INFO: Starting service Catalina
> > Nov 17, 2010 3:46:56 PM org.apache.catalina.core.StandardEngine start
> > INFO: Starting Servlet Engine: Apache Tomcat/6.0.29 Nov 17, 2010
> > 3:46:56 PM org.apache.catalina.startup.HostConfig deployWAR
> > INFO: Deploying web application archive ROOT.war Nov 17, 2010 3:46:56
> > PM org.apache.catalina.core.ApplicationContext log
> > INFO: Marking servlet action as unavailable Nov 17, 2010 3:46:56 PM
> > org.apache.catalina.core.ApplicationContext log
> > SEVERE: Error loading WebappClassLoader
> >   context:
> >   delegate: false
> >   repositories:
> >     /WEB-INF/classes/
> 
> A war is a zip.  You can open it using a zip util, or the jar command, to
check
> that the files are actually where you think they are.
> 
> E.g. jar -tf ROOT.war

I did. All the files are where they should be, even the JAR files that are
in "....WEB-INF/lib". The file expands correctly and all the files are being
placed where they should be.
It seems that the JARs inside "...WEB-INF/lib" are not being discovered or
used.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to