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
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
+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
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