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

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

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

: 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