Howdy, By definition, a war file is a complete application. Even if you could get around this limitation by somehow finding a way to deploy one JSP outside the war file, your solution wouldn't be portable. Just repackage and redeploy the war. Both of these tasks should be quick and easy as they are automated by ant...
Yoav Shapira Millennium ChemInformatics >-----Original Message----- >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] >Sent: Thursday, April 03, 2003 5:30 AM >To: [EMAIL PROTECTED] >Subject: partially updating a WAR file using manager app?? > >hi there, > >I'm using a bunch of JSPs for each form and view inside a web application. >Currently I compile them using ANT and JSPC and then package them into a >WAR file. >This WAR-file gets deployed using ANT at the tomcat server. > >However, if I only change one JSP, it would be desirable to update only >this JSP, instead of uploading the whole WAR file and putting the whole >application down for a moment. > >Has anybody solved this problem using the manager app? >Or would it make sense to put the one updated JSP directly into the >/work/Standalone/localhost/myapp folder? >Is this a feature to hope for in Tomcat 5? >Does any J2EE container successfully solve this problem? > >thx alot >Johannes This e-mail, including any attachments, is a confidential business communication, and may contain information that is confidential, proprietary and/or privileged. This e-mail is intended only for the individual(s) to whom it is addressed, and may not be saved, copied, printed, disclosed or used by anyone else. If you are not the(an) intended recipient, please immediately delete this e-mail from your computer system and notify the sender. Thank you. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
