Hi Yoav, BTW - Let's say portability here is not my primary goal here.
What about extending the manager task so that if there are differences in the "/web/" folder (i.e. static web content) to allow to access the /work/ directory directly and put the JSP or graphic or whatever directly there. Same would go for classes or libs. What would you recommend me to do to extend the manager app? Where should I start? Can you name me the source files I could look into - and how could I enhance the manager app while making it still compatible with future changes? BTW - I also have some trouble with the JSPC, it doesn't allow for JSPs with the same name - I already posted here twice but haven't got any response yet. Maybe you have an idea for this as well? thx alot Johannes "Shapira, Yoav" <[EMAIL PROTECTED]> 03.04.2003 15:55 Please respond to "Tomcat Users List" <[EMAIL PROTECTED]> To "Tomcat Users List" <[EMAIL PROTECTED]> cc Subject RE: partially updating a WAR file using manager app?? 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]
