Hi Yoav, I understand this definition, but am not a 100% satisfied with it. Hmm. Maybe here the J2EE specification of Sun is not sufficient.
Shouldn't there be some way to add templates or graphics or JSPs on the fly (which are more layout information = view part of the MVC model)? I'm a bit puzzled because adding a form (JSP) in my my forms application requires a complete reboot of the application, which takes up to 10 seconds via a remore deploy using ant. That doesn't sound much, but I cannot afford telling my customer, because they add new JSPs frequently (5-10 forms a day or so). So I think there should be an incremental update possibility for WAR files, maybe someone will pick this up some day :) 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]
