2010/1/14 youngm <you...@gmail.com>: > > >>Put expanded classes into WEB-INF/classes. >>Likewise, in CATALINA_BASE/lib > > So CATALINA_BASE/lib jars and classes are used before the application > (WEB-INF/lib and /classes)? >
No, they are not. WEB-INF is used before CATALINA_BASE, but actually that is a more complicated thing. If you need to patch a web application, the only thing that I can recommend is, as I wrote, to place your classes into WEB-INF/classes. jar -u allows to add files to an existing jar/war archive, or you may place them into the expanded webapp directory Best regards, Konstantin Kolinko --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org