Re: How to update a web app without uploading the WAR

2014-01-21 Thread David kerber
You can update the single .jsp on the server, in at least some situations. I do that occasionally when I need to get an update out and can't take the service down. On 1/21/2014 12:02 PM, Chris Patterson wrote: Hello, My WAR file is becoming every time bigger and bigger, images are included

Re: How to update a web app without uploading the WAR

2014-01-21 Thread James H. H. Lampert
On 1/21/14 9:59 AM, David kerber wrote: You can update the single .jsp on the server, in at least some situations. I do that occasionally when I need to get an update out and can't take the service down. But note that if and when you DO replace the WAR file, it will stomp on whatever changes

Re: How to update a web app without uploading the WAR

2014-01-21 Thread David kerber
On 1/21/2014 1:55 PM, James H. H. Lampert wrote: On 1/21/14 9:59 AM, David kerber wrote: You can update the single .jsp on the server, in at least some situations. I do that occasionally when I need to get an update out and can't take the service down. But note that if and when you DO

Re: How to update a web app without uploading the WAR

2014-01-21 Thread Daniel Mikusa
On Jan 21, 2014, at 1:55 PM, James H. H. Lampert jam...@touchtonecorp.com wrote: On 1/21/14 9:59 AM, David kerber wrote: You can update the single .jsp on the server, in at least some situations. I do that occasionally when I need to get an update out and can't take the service down. But

Re: How to update a web app without uploading the WAR

2014-01-21 Thread Chris Patterson
Thanks for your suggestions, I will try this last one. Indeed, not all replacements had a good experience with some specific files. Do you know if there is some plugin for Eclipse that helps to do updates or sync just for the last changes done, or only just for one single file to be replaced,

Re: How to update a web app without uploading the WAR

2014-01-21 Thread Hassan Schroeder
On Tue, Jan 21, 2014 at 11:14 AM, Chris Patterson tom...@vittox.com wrote: Indeed, not all replacements had a good experience with some specific files. Do you know if there is some plugin for Eclipse that helps to do updates or sync just for the last changes done, or only just for one single