Re: Where should we deploy/put web application patch jar in Tomcat 5.5 ?

2009-08-23 Thread Mark Thomas
Kris Schneider wrote: On Wed, Aug 19, 2009 at 1:10 PM, Mark Thomasma...@apache.org wrote: Fang Zhu wrote: I know I can unpackage the abcPatch.jar and put under /WEB-INF/classes folder, but this is not we are looking for. That is your only option. Mark Not sure how difficult it would be

Re: Where should we deploy/put web application patch jar in Tomcat 5.5 ?

2009-08-20 Thread Kris Schneider
On Wed, Aug 19, 2009 at 1:10 PM, Mark Thomasma...@apache.org wrote: Fang Zhu wrote: I know I can unpackage the abcPatch.jar and put under /WEB-INF/classes folder, but this is not we are looking for. That is your only option. Mark Not sure how difficult it would be to implement, but

Where should we deploy/put web application patch jar in Tomcat 5.5 ?

2009-08-19 Thread Fang Zhu
As we all know, we can put the web application jar under:/WEB-INF/lib I have abc.jar in the /WEB-INF/lib already, which contains all the application needs. We need to fix the bug inside th abc.jar, we create a patch jar, abcPatch.jar. We need to make sure when tomcat starts, the

Re: Where should we deploy/put web application patch jar in Tomcat 5.5 ?

2009-08-19 Thread Mark Thomas
Fang Zhu wrote: I know I can unpackage the abcPatch.jar and put under /WEB-INF/classes folder, but this is not we are looking for. That is your only option. Mark - To unsubscribe, e-mail:

Re: Where should we deploy/put web application patch jar in Tomcat 5.5 ?

2009-08-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mark, On 8/19/2009 1:10 PM, Mark Thomas wrote: Fang Zhu wrote: I know I can unpackage the abcPatch.jar and put under /WEB-INF/classes folder, but this is not we are looking for. That is your only option. One more option: $ mkdir temp $ cd

RE: Where should we deploy/put web application patch jar in Tomcat 5.5 ?

2009-08-19 Thread Martin Gainty
pour le contenu fourni. From: zhufan...@hotmail.com To: users@tomcat.apache.org Subject: Where should we deploy/put web application patch jar in Tomcat 5.5 ? Date: Wed, 19 Aug 2009 12:05:04 -0500 As we all know, we can put the web application jar under:/WEB-INF/lib I have abc.jar