Re: noClassDefFound error for class in [webapp]/WEB-INF/lib jar file

2007-02-02 Thread David Delbecq
Also note that, for some reason, confusing error message can be sent by classloader. In the past i tried to find out why tomcat was unable to load a class, this all loks like ti couldn't find the definition. In fact, what i didn't notice, it's that, earlier in the logs, an error occured during clas

Re: noClassDefFound error for class in [webapp]/WEB-INF/lib jar file

2007-02-01 Thread Gaurav Kushwaha
e asked the hosts if they've changed anything. I've reinstalled the war file direct from the download so I've not edited anything. Any ideas would be greatfully received. Thanks. Dan -- View this message in context: http://www.nabble.com/noClassDefFound-error-for-class-in--webapp--WEB

noClassDefFound error for class in [webapp]/WEB-INF/lib jar file

2007-02-01 Thread lunarfish
for-class-in--webapp--WEB-INF-lib-jar-file-tf3155791.html#a8751033 Sent from the Tomcat - User mailing list archive at Nabble.com.

Re: WEB-INF/lib/*.jar

2006-11-23 Thread compuin5y313
r 2006 11:16 am Betreff: Re: WEB-INF/lib/*.jar > [EMAIL PROTECTED] a écrit : > > thanks all for your reply. > > > > actually, I have this kind of directory hierarchy: > > myapp/build.properties > > myapp/build.xml > > myapp/web/*.jsp > >

Re: WEB-INF/lib/*.jar

2006-11-23 Thread compuin5y313
- Originalnachricht - Von: David Delbecq <[EMAIL PROTECTED]> Datum: Donnerstag, 23. November 2006 11:16 am Betreff: Re: WEB-INF/lib/*.jar > [EMAIL PROTECTED] a écrit : > > thanks all for your reply. > > > > actually, I have this kind of directory hierarchy:

Re: WEB-INF/lib/*.jar

2006-11-23 Thread David Delbecq
le with the content of your build/ directory and deploy it to tomcat using the tomcat manager. There is even a ant task to do this (see tomcat docs about deployment for more informations) > Or do I have to specify any path to find WEB-INF/lib/*.jar? > > thanks for your help. > Cheers, &

Re: RE: WEB-INF/lib/*.jar

2006-11-23 Thread compuin5y313
directory. It is really at the correct place, isn't it? Or do I have to specify any path to find WEB-INF/lib/*.jar? thanks for your help. Cheers, Gop - Originalnachricht - Von: "Caldarale, Charles R" <[EMAIL PROTECTED]> Datum: Mittwoch, 22. November 2006 5:19 pm Bet

Re: WEB-INF/lib/*.jar

2006-11-22 Thread Gaurav Kushwaha
arale, Charles R <[EMAIL PROTECTED]> wrote: > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Subject: WEB-INF/lib/*.jar > > it seems to me that my lib packages which are located under > myapp/web/WEB-INF/lib can not be recognized by Tomcat. Read the servlet spec: WEB-INF must be

RE: WEB-INF/lib/*.jar

2006-11-22 Thread Caldarale, Charles R
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Subject: WEB-INF/lib/*.jar > > it seems to me that my lib packages which are located under > myapp/web/WEB-INF/lib can not be recognized by Tomcat. Read the servlet spec: WEB-INF must be at the first level of the app deplo

RE: WEB-INF/lib/*.jar

2006-11-22 Thread Elliott Murray
Subject: WEB-INF/lib/*.jar Dear all, it seems to me that my lib packages which are located under myapp/web/WEB-INF/lib can not be recognized by Tomcat. If I move my packages to common/lib, then it works fine. Is there any trick how the packages under myapp/web/WEB-INF/lib can be found by Tomcat

WEB-INF/lib/*.jar

2006-11-22 Thread compuin5y313
Dear all, it seems to me that my lib packages which are located under myapp/web/WEB-INF/lib can not be recognized by Tomcat. If I move my packages to common/lib, then it works fine. Is there any trick how the packages under myapp/web/WEB-INF/lib can be found by Tomcat? Thanks, Gop -