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
gt; > Gop > > > > ----- Originalnachricht - > Von: "Caldarale, Charles R" <[EMAIL PROTECTED]> > Datum: Mittwoch, 22. November 2006 5:19 pm > Betreff: RE: WEB-INF/lib/*.jar > > >>> From: [EMAIL PROTECTED] >>> &

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
Moreover, you should never put your applicaiton jars to common/lib since then those will be loaded by Application classloader and not WebAppClassLoader. This results in serious problems when you are running multiple web apps or upgrading your application's version. On 11/22/06, Caldarale, Charles

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 deployment directory (or

RE: WEB-INF/lib/*.jar

2006-11-22 Thread Elliott Murray
Should it be: myapp/WEB-INF/lib Sounds like that path may have been set up by an IDE but not mapped in your context. Check your docBase path in your context file. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 22 November 2006 15:34 To: Tomcat Users List Subj