2011/3/27 Henry Lu <z...@umich.edu>:
> 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.
>

How do you start Tomcat? Why aren't you using 7.0.11. (Though the
version should not matter here). Where your webapps are?

Try to add
org.apache.catalina.startup.level=FINE

to conf/logging.properties and tell us what will be in the logs.

Best regards,
Konstantin Kolinko

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to