Re: JSP's compiling web.xml -webinc option on JspC

2004-07-11 Thread QM
On Sun, Jul 11, 2004 at 01:15:59PM +, Laurence Arabia wrote: : At the moment I am using -webinc jspweb.xml with JspC and then I merge : this with my web.xml which has all my servlets definition in it. But this : is a bad way of doing it cause I am messing with 1000's of lines of text. :

Re: Jsp's compiling

2003-10-03 Thread Luke Vanderfluit
Hi, No, Not that I'm an expert but, JSPs compile only on the first request and then every time they are changed., knd rgrds, Luke On Fri, 2003-10-03 at 20:08, [EMAIL PROTECTED] wrote: > Hi everyone, > Is it possible to compile all of the jsp pages of a given context when it > starts ? > ( A

RE: Jsp's compiling

2003-10-03 Thread Shapira, Yoav
Howdy, By default, JSP pages are compiled as needed at runtime. That means once when first accessed, and once thereafter every change to the JSP. It does NOT mean recompile on every access -- that would be pretty terrible ;) If you change reloadable to be false for your context, JSPs are not aut