Re: Location of third party jar files.

2004-09-09 Thread Roberto Cosenza
Kyle A. Boyd wrote: Yes, it is in tomcat/webapps/MyServer/WEB-INF/lib/. If I move it to tomcat/common/lib/ and restart Tomcat everything works ok. Kyle Kyle, The right approach is to put web app specific jars in the WEB-INF/lib directory. Seldomly you need to put stuff in the commons/lib

RE: Location of third party jar files.

2004-09-09 Thread Shapira, Yoav
-Original Message- From: Kyle A. Boyd [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 08, 2004 5:04 PM To: Tomcat Users List Subject: Re: Location of third party jar files. Yes, it is in tomcat/webapps/MyServer/WEB-INF/lib/. If I move it to tomcat/common/lib/ and restart Tomcat

RE: Location of third party jar files.

2004-09-09 Thread Mike Curwen
- From: Roberto Cosenza [mailto:[EMAIL PROTECTED] Sent: Thursday, September 09, 2004 2:23 AM To: Tomcat Users List Subject: Re: Location of third party jar files. Kyle A. Boyd wrote: Yes, it is in tomcat/webapps/MyServer/WEB-INF/lib/. If I move it to tomcat/common/lib

RE: Location of third party jar files.

2004-09-08 Thread Shapira, Yoav
Hi, The right and best way is to include copies of them in your WEB-INF/lib directory. Don't symlink, don't put them in common/lib or shared/lib, don't put them on the bootstrap classpath. Yoav Shapira Millennium Research Informatics -Original Message- From: Kyle A. Boyd

Re: Location of third party jar files.

2004-09-08 Thread Jeffrey Barnett
I believe Yoav said earlier it was OK to put JDBC drivers into common/lib. Or did I misunderstand, there was a bit of back and forth on the topic. Search Archives for Tomcat 4.1: JSP pages don't always compile the first time? Shapira, Yoav wrote: Hi, The right and best way is to include

RE: Location of third party jar files.

2004-09-08 Thread Shapira, Yoav
. But that's not the best way IMHO (obviously a subjective call). Yoav Shapira Millennium Research Informatics -Original Message- From: Jeffrey Barnett [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 08, 2004 2:18 PM To: Tomcat Users List Subject: Re: Location of third party jar files. I

RE: Location of third party jar files.

2004-09-08 Thread Mike Curwen
I believe you'd *need* to put them there (common/lib) if you were using a container-managed connection pool. -Original Message- From: Jeffrey Barnett [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 08, 2004 1:18 PM To: Tomcat Users List Subject: Re: Location of third party jar

Re: Location of third party jar files.

2004-09-08 Thread Jeffrey Barnett
: Jeffrey Barnett [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 08, 2004 1:18 PM To: Tomcat Users List Subject: Re: Location of third party jar files. I believe Yoav said earlier it was OK to put JDBC drivers into common/lib. Or did I misunderstand, there was a bit of back and forth

RE: Location of third party jar files.

2004-09-08 Thread Shapira, Yoav
I use. One WAR works everywhere, it's great. Yoav Shapira Millennium Research Informatics -Original Message- From: Jeffrey Barnett [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 08, 2004 2:34 PM To: Tomcat Users List Subject: Re: Location of third party jar files. That was my

Re: Location of third party jar files.

2004-09-08 Thread Kyle A. Boyd
Ok, I moved them to tomcat/webapps/MyServer/WEB-INF/lib/ and I am now getting a java.lang.NoClassDefFoundError Kyle Shapira, Yoav wrote: Hi, The right and best way is to include copies of them in your WEB-INF/lib directory. Don't symlink, don't put them in common/lib or shared/lib, don't put

RE: Location of third party jar files.

2004-09-08 Thread Shapira, Yoav
Subject: Re: Location of third party jar files. Ok, I moved them to tomcat/webapps/MyServer/WEB-INF/lib/ and I am now getting a java.lang.NoClassDefFoundError Kyle Shapira, Yoav wrote: Hi, The right and best way is to include copies of them in your WEB-INF/lib directory. Don't symlink, don't put

Re: Location of third party jar files.

2004-09-08 Thread Kyle A. Boyd
Millennium Research Informatics -Original Message- From: Kyle A. Boyd [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 08, 2004 2:51 PM To: Tomcat Users List Subject: Re: Location of third party jar files. Ok, I moved them to tomcat/webapps/MyServer/WEB-INF/lib/ and I am now getting

RE: Location of third party jar files.

2004-09-08 Thread Shapira, Yoav
Hi, And, is Sun's mail.jar in WEB-INF/lib? Yoav Shapira Millennium Research Informatics -Original Message- From: Kyle A. Boyd [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 08, 2004 3:57 PM To: Tomcat Users List Subject: Re: Location of third party jar files. Here

Re: Location of third party jar files.

2004-09-08 Thread Kyle A. Boyd
:[EMAIL PROTECTED] Sent: Wednesday, September 08, 2004 3:57 PM To: Tomcat Users List Subject: Re: Location of third party jar files. Here is the exception: 2004-09-08 12:40:30 StandardWrapperValve[invoker]: Servlet.service() for servlet invoker threw exception java.lang.NoClassDefFoundError: javax