2010/3/4 Rob S. <r...@tintri.com>:
>
> common.loader=${catalina.home}/lib,${catalina.home}/lib/*.jar,*
> ${catalina.base}/lib,${catalina.base}/lib/*.jar*
>

The above is wrong.  The only mask that is recognized there is "*.jar"
and only when used as a suffix. There are too many extra "*"s in your
value.

You can look at
org.apache.catalina.startup.Bootstrap.createClassLoader(...) where it
is implemented.

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