You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Phan Anh Tran <pa...@qualcomm.com> on 2002/02/12 00:46:15 UTC

Tomcat 4.0.2 memory leaks?

Hi,

Tomcat 4.0.2 release notes mention a javac memory leak.  I checked the 
archive, but it wasn't clear whether the memory leak problem is a javac (as 
distributed by SUN in a JDK release) is the root cause.  Could someone 
confirm the "javac memory leak" problem is tomcat specific or a JDK 
specific, if JDK, which JDK? ???

Thanks.
Anh


--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>


Re: Tomcat 4.0.2 memory leaks?

Posted by Phan Anh Tran <pa...@qualcomm.com>.
Hi Remy,

Do you have a link to a javasoft bug report for the javac memory leak?  Thanks.

Anh

At 05:30 PM 2/11/2002 -0800, Remy Maucherat wrote:
> > Hi,
> >
> > Tomcat 4.0.2 release notes mention a javac memory leak.  I checked the
> > archive, but it wasn't clear whether the memory leak problem is a javac
>(as
> > distributed by SUN in a JDK release) is the root cause.  Could someone
> > confirm the "javac memory leak" problem is tomcat specific or a JDK
> > specific, if JDK, which JDK? ???
>
>That's a leak in javac. Use JspC to compile the JSP if there's a large
>number of them in your webapp.
>
>Remy
>
>
>--
>To unsubscribe:   <ma...@jakarta.apache.org>
>For additional commands: <ma...@jakarta.apache.org>
>Troubles with the list: <ma...@jakarta.apache.org>



--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>


Re: Tomcat 4.0.2 memory leaks?

Posted by Remy Maucherat <re...@apache.org>.
> Hi,
>
> Tomcat 4.0.2 release notes mention a javac memory leak.  I checked the
> archive, but it wasn't clear whether the memory leak problem is a javac
(as
> distributed by SUN in a JDK release) is the root cause.  Could someone
> confirm the "javac memory leak" problem is tomcat specific or a JDK
> specific, if JDK, which JDK? ???

That's a leak in javac. Use JspC to compile the JSP if there's a large
number of them in your webapp.

Remy


--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>