jspc -compiler switch

2002-04-10 Thread Alan Arvesen
Hello Dev, I've read the posting guidelines for the list, the submission guidelines for jakarta, and the archives for the tomcat-dev. I'm still not quite sure of sending in a diff for my change, etc. Please be kind :) We've been using the jspc code shipped with t

RE: jspc -compiler switch

2002-04-15 Thread Alan Arvesen
erCompiler class. The diff is huge and mostly non-significant. FWIW the relevant lines are at or around 448, 1156, and 1522 of the diff file. -Original Message----- From: Alan Arvesen Sent: Wednesday, April 10, 2002 2:12 PM To: [EMAIL PROTECTED] Subject: jspc -compiler switch

JspC memory leak fix

2002-08-02 Thread Alan Arvesen
Yo Tomcatters, I have fixed the memory leak in my copy of jasper, running under tomcat 4.0.4. I modified the file org.apache.jasper.compiler.TagCache and added this, at line 130, Introspector.flushCaches(); java.beans.Introspector was taking up all the RAM. After this f