2010/3/4 Rob S. <[email protected]>: > > 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: [email protected] For additional commands, e-mail: [email protected]
