2009/10/10 Ziggy <[email protected]>:
>
> Now what i am wondering is what is the order in which the jar files will be
> loaded?

Start with
http://tomcat.apache.org/tomcat-5.5-doc/class-loader-howto.html

(I think that you are using the 5.5 version, as /common/lib is mentioned).

Regarding this pair:
$TOMCAT_HOME/common/lib
$CATALINA_BASE/common/lib
the following line is in catalina.properties:

common.loader=${catalina.home}/common/classes,${catalina.home}/common/i18n/*.jar,${catalina.home}/common/endorsed/*.jar,${catalina.home}/common/lib/*.jar


Best regards,
Konstantin Kolinko

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to