Re: Servlet Compilation Takes Way Too Long

2002-08-13 Thread micael
That is very helpful, Glenn. Thanks for your response. Can I pretty much slip Tomcat 4.1 into my setup and expect reasonable results, or will I go through a serious recoding period? Also, can I Jasper 2 be added to Tomcat 4.0? Micael At 03:57 PM 8/12/2002 -0500, you wrote: Tomcat 4.1.x

Servlet Compilation Takes Way Too Long

2002-08-12 Thread micael
Whenever I change a jsp page, it takes forever for the program to compile. (Forever = five to fifteen minutes.) During that time my site is essentially shut down. I am current running aTomcat 4.0 with Struts 1.2. I have an application set for www.myapp.com with the following code in

Re: Servlet Compilation Takes Way Too Long

2002-08-12 Thread Glenn Nielsen
Tomcat 4.1.x uses Jasper 2. Jasper 2 can do JSP compilations in the background. If a JSP page had already been compiled it's class is used to serve pages until the new JSP has finished compilation. Result, no requests are delayed due to recompilation of a JSP page. It can also detect changs in