Re: Hot pre-compiled JSP reloading

2017-03-27 Thread Joan Tomàs i Buliart
On 27/03/17 11:39, André Warnier (tomcat) wrote: On 27.03.2017 10:56, Mark Thomas wrote: On 27/03/17 09:26, Olaf Kock wrote: Other options that I can envision is to change Jasper's implementation to keep serving a compiled JSP until the replacement has been properly compiled and loaded in th

Re: Hot pre-compiled JSP reloading

2017-03-27 Thread tomcat
On 27.03.2017 10:56, Mark Thomas wrote: On 27/03/17 09:26, Olaf Kock wrote: Other options that I can envision is to change Jasper's implementation to keep serving a compiled JSP until the replacement has been properly compiled and loaded in the background (e.g. not having compilation block fu

Re: Hot pre-compiled JSP reloading

2017-03-27 Thread Mark Thomas
On 27/03/17 09:26, Olaf Kock wrote: > Other options that I can envision is to change Jasper's implementation > to keep serving a compiled JSP until the replacement has been properly > compiled and loaded in the background (e.g. not having compilation block > further requests to the same page). I

Re: Hot pre-compiled JSP reloading

2017-03-27 Thread Olaf Kock
Am 27.03.2017 um 09:30 schrieb Joan Tomàs i Buliart: > Hello, > > We currently deploy our JSPs outside of the WAR. This allows us to > deploy the main application container and the JSP views at different > pace (one team moves much faster than the other). In order to support > this, we have JSPs

Re: Hot pre-compiled JSP reloading

2017-03-27 Thread Joan Tomàs i Buliart
Hello, We currently deploy our JSPs outside of the WAR. This allows us to deploy the main application container and the JSP views at different pace (one team moves much faster than the other). In order to support this, we have JSPs out of the war. When the webapp is deployed some soft-links

Re: Hot pre-compiled JSP reloading

2017-03-27 Thread tomcat
On 27.03.2017 09:30, Joan Tomàs i Buliart wrote: Hello, We currently deploy our JSPs outside of the WAR. This allows us to deploy the main application container and the JSP views at different pace (one team moves much faster than the other). In order to support this, we have JSPs out of the w

Hot pre-compiled JSP reloading

2017-03-27 Thread Joan Tomàs i Buliart
Hello, We currently deploy our JSPs outside of the WAR. This allows us to deploy the main application container and the JSP views at different pace (one team moves much faster than the other). In order to support this, we have JSPs out of the war. When the webapp is deployed some soft-links