On 3/27/2011 2:01 PM, Konstantin Kolinko wrote:
the suffix is exactly "*.jar". No other patterns are recognized.
Thank you very much for you info. here was what I did:
the suffix is exactly "*.jar". No other patterns are recognized.
common.loader=...,${catalina.base}/lib/my_lib/*.jar
and even I tried :
common.loader=...,c:/apps/apache-tomcat-7.0.8/lib/my_lib/*.jar
none of them worked.
Could you send me a line of configuration to point to my
${catalina.base}/lib/my_lib where I keep 20+ jar files.
-Henry