Re: Tomcat 4.1 - problem with classpath definition in Manifest.mf

2007-06-18 Thread Subbu
, 18 Jun 2007 13:28:21 +0800 Subject: Re: Tomcat 4.1 - problem with classpath definition in Manifest.mf you cant put jar files in webapp folder,it's useless at all.. you can only put war or ear files in webapp folder. On 6/17/07, Subbu [EMAIL PROTECTED] wrote: Hi, I am newbie to Tomcat. I have

Tomcat 4.1 - problem with classpath definition in Manifest.mf

2007-06-17 Thread Subbu
Hi, I am newbie to Tomcat. I have a jar file(test.jar) which has Classpath attribute defined in its manifest.mf file. I place this file in the lib folder of the webapp. It looks like tomcat is ignoring the classpath definition in the manifest file of test.jar file. Does any body know if there

Re: Tomcat 4.1 - problem with classpath definition in Manifest.mf

2007-06-17 Thread 吴熊敏
you cant put jar files in webapp folder,it's useless at all.. you can only put war or ear files in webapp folder. On Sun, 17 Jun 2007 17:32:26 -0400 Subbu [EMAIL PROTECTED] wrote: Hi, I am newbie to Tomcat. I have a jar file(test.jar) which has Classpath attribute defined in its