Re: How do I make Tomcat include needed jars for my servlet?

2001-08-24 Thread Ju Yan Jery Qin
First thank Vladimir Grishchenko and Rob S. for your help But in my case, since our product has its own framework and we just do some customization. So the directory structure is fixed, it looks like this d:\vendor\webapp1\codebase\ under this directory there are classes used by

Re: How do I make Tomcat include needed jars for my servlet?

2001-08-24 Thread Vladimir Grishchenko
PROTECTED] Sent: Friday, August 24, 2001 1:58 AM Subject: Re: How do I make Tomcat include needed jars for my servlet? First thank Vladimir Grishchenko and Rob S. for your help But in my case, since our product has its own framework and we just do some customization. So the directory structure

Re: How do I make Tomcat include needed jars for my servlet?

2001-08-24 Thread Vladimir Grishchenko
PROTECTED] Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Friday, August 24, 2001 1:58 AM Subject: Re: How do I make Tomcat include needed jars for my servlet? First thank Vladimir Grishchenko and Rob S. for your help But in my case, since our product has its own framework and we just do

Re: How do I make Tomcat include needed jars for my servlet?

2001-08-24 Thread Craig R. McClanahan
On Fri, 24 Aug 2001, Ju Yan Jery Qin wrote: Date: Fri, 24 Aug 2001 16:58:14 +0800 From: Ju Yan Jery Qin [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Re: How do I make Tomcat include needed jars for my servlet

RE: How do I make Tomcat include needed jars for my servlet?

2001-08-24 Thread Miles I. Daffin
Hi all, I have read this topics but it still can not resolve my problem. Your suggestion is to copy application related jar files into %YourWebAppPath%/WEB-INFO/lib dirctory. But my application is under development, so whenever I regenerated jar files for my web app, I have to

How do I make Tomcat include needed jars for my servlet?

2001-08-23 Thread Ju Yan Jery Qin
Hi all, I have read this topics but it still can not resolve my problem. Your suggestion is to copy application related jar files into %YourWebAppPath%/WEB-INFO/lib dirctory. But my application is under development, so whenever I regenerated jar files for my web app, I have to copy

RE: How do I make Tomcat include needed jars for my servlet?

2001-08-23 Thread Rob S.
+ It's WEB-INF not WEB-INFO (just to be clear). + Use a 'make' file or equivalent (see Jakarta's Ant build tool) so you don't have to worry about doing things manually w.r.t. building. So I really need a way to define CLASSPATH in application level instead of copy tons of variable classes

Re: How do I make Tomcat include needed jars for my servlet?

2001-08-23 Thread Vladimir Grishchenko
no way to change it. --V. - Original Message - From: Ju Yan Jery Qin [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, August 23, 2001 6:33 PM Subject: How do I make Tomcat include needed jars for my servlet? Hi all, I have read this topics but it still can not resolve my problem

How do I make Tomcat include needed jars for my servlet?

2001-08-21 Thread Ju Yan Jery Qin
Hi all, I have read this topics but it still can not resolve my problem. Your suggestion is to copy application related jar files into %YourWebAppPath%/WEB-INFO/lib dirctory. But my application is under development, so whenever I regenerated jar files for my web app, I have to copy

Re: How do I make Tomcat include needed jars for my servlet?

2001-08-21 Thread Denis Haskin
For Tomcat 3.2.x, just modify your tomcat.bat file to set up the classpath as you need it. I assume something similar can be done for TC4. dwh Ju Yan Jery Qin wrote: Hi all, I have read this topics but it still can not resolve my problem. Your suggestion is to copy application related

: How do I make Tomcat include needed jars for my servlet?

2001-08-21 Thread Ju Yan Jery Qin
: [EMAIL PROTECTED] Ö÷Ìâ: Re: How do I make Tomcat include needed jars for my servlet? For Tomcat 3.2.x, just modify your tomcat.bat file to set up the classpath as you need it. I assume something similar can be done for TC4. dwh Ju Yan Jery Qin wrote: Hi all, I have read

Re: : How do I make Tomcat include needed jars for my servlet?

2001-08-21 Thread Dmitri Colebatch
make Tomcat include needed jars for my servlet? For Tomcat 3.2.x, just modify your tomcat.bat file to set up the classpath as you need it. I assume something similar can be done for TC4. dwh Ju Yan Jery Qin wrote: Hi all, I have read this topics but it still can not resolve my