Re: Jasper 2 Synchronized JSP compiles

2002-12-04 Thread Remy Maucherat
Glenn Nielsen wrote: I have some ideas on how invoking the javac compiler for compiling JSP pages can be improved. Currently Jasper 2 uses ant to do compiles from within Tomcat which are synchronized. There are currently several problems. 1. The known javac memory leak. 2. JSP page compiles

Re: Jasper 2 Synchronized JSP compiles

2002-12-04 Thread Kin-Man Chung
odern compilers, such as the one in JDK 1.4.0? BTW, I am +1 on the proposal. > Date: Wed, 04 Dec 2002 09:04:35 -0600 > From: Glenn Nielsen <[EMAIL PROTECTED]> > Subject: Jasper 2 Synchronized JSP compiles > To: [EMAIL PROTECTED] > > I have some ideas on how invoking the jav

Re: Jasper 2 Synchronized JSP compiles

2002-12-04 Thread Costin Manolache
+1, good idea ! Costin Glenn Nielsen wrote: > I have some ideas on how invoking the javac compiler for compiling JSP > pages can be > improved. Currently Jasper 2 uses ant to do compiles from within Tomcat > which are synchronized. > > There are currently several problems. > > 1. The known ja

Jasper 2 Synchronized JSP compiles

2002-12-04 Thread Glenn Nielsen
I have some ideas on how invoking the javac compiler for compiling JSP pages can be improved. Currently Jasper 2 uses ant to do compiles from within Tomcat which are synchronized. There are currently several problems. 1. The known javac memory leak. 2. JSP page compiles are synchronized. 3. Ji