http://jakarta.apache.org/tomcat/tomcat-5.0-doc/class-loader-howto.html

Ben Bookey wrote:

> Dear List,
>
> Which packages would "normally" be used by an app. running on Tomcat 4 and
> Tomcat 5, if identical packages are placed in the paths,
>
> i) common\lib
> ii) mywebapp\WEB-INF\lib
> iii) jre\lib\ext  (Java-Run-Time)
>
> It would be logical to me that the version in the app WEB-INF\lib directory
> would be used 'first' before the
> TC ClassLoader looks into the common lib.
>
> I have been responsible for the dev of an wepapp. which often runs alongside
> other apps. To avoid the
> bugs that the customers often have, I would like to put ALL the trouble jar
> files (in my case the xml parser api jar files), inside my webapp and these
> will be hopefully used by my app. rather than it using possibly older
> versions that have been placed inside of the common/lib or even the jre\lib
> path.
>
> I would really appreciate any insight.
>
> regards
>
> Ben Bookey
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to