Re: Auto-bounce a host or webapp?

2016-05-10 Thread Anthony Biacco
On Fri, May 6, 2016 at 11:05 AM, Jerry Malcolm wrote: > My web apps are very large. Typically I only need to refresh a jar file > or two. If I went to the WAR approach, I'd have to be uploading several > hundred MB for each web app every time even if only a small jar actually > was being replac

Re: Auto-bounce a host or webapp?

2016-05-06 Thread Jerry Malcolm
On 5/6/2016 8:54 AM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jerry, On 5/6/16 1:01 AM, Jerry Malcolm wrote: On 5/5/2016 2:05 PM, David kerber wrote: On 5/5/2016 2:56 PM, Jerry Malcolm wrote: I am not using WAR files for my apps. I simply copy updated files

Re: Auto-bounce a host or webapp?

2016-05-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jerry, On 5/6/16 1:01 AM, Jerry Malcolm wrote: > On 5/5/2016 2:05 PM, David kerber wrote: >> On 5/5/2016 2:56 PM, Jerry Malcolm wrote: >>> I am not using WAR files for my apps. I simply copy updated >>> files to the image in \webapps as changes/updat

Re: Auto-bounce a host or webapp?

2016-05-06 Thread tomcat
On 06.05.2016 07:01, Jerry Malcolm wrote: On 5/5/2016 2:05 PM, David kerber wrote: On 5/5/2016 2:56 PM, Jerry Malcolm wrote: I am not using WAR files for my apps. I simply copy updated files to the image in \webapps as changes/updates are required. I have a server running on my local dev mach

Re: Auto-bounce a host or webapp?

2016-05-05 Thread Jerry Malcolm
On 5/5/2016 2:05 PM, David kerber wrote: On 5/5/2016 2:56 PM, Jerry Malcolm wrote: I am not using WAR files for my apps. I simply copy updated files to the image in \webapps as changes/updates are required. I have a server running on my local dev machine. When I refresh any webapp file (jars,

Re: Auto-bounce a host or webapp?

2016-05-05 Thread David kerber
On 5/5/2016 2:56 PM, Jerry Malcolm wrote: I am not using WAR files for my apps. I simply copy updated files to the image in \webapps as changes/updates are required. I have a server running on my local dev machine. When I refresh any webapp file (jars, jsps, etc) the server detects the changes

Auto-bounce a host or webapp?

2016-05-05 Thread Jerry Malcolm
I am not using WAR files for my apps. I simply copy updated files to the image in \webapps as changes/updates are required. I have a server running on my local dev machine. When I refresh any webapp file (jars, jsps, etc) the server detects the changes, refreshes, and everything is good with