RE: JAVAC Leaking Memory

2004-06-07 Thread java only
-Original Message- From: Reynir Þór Hübner [mailto:[EMAIL PROTECTED] Sent: Friday, June 04, 2004 7:34 AM To: Tomcat Users List Subject: Re: JAVAC Leaking Memory hi, I think I am correct when I say javac is only used by tomcat compile jsp. You should be able to eliminate javac calls

Re: JAVAC Leaking Memory

2004-06-07 Thread Reynir Þór Hübner
with these sorts of problems. Yoav Shapira Millennium Research Informatics -Original Message- From: Reynir Þór Hübner [mailto:[EMAIL PROTECTED] Sent: Friday, June 04, 2004 7:34 AM To: Tomcat Users List Subject: Re: JAVAC Leaking Memory hi, I think I am correct when I say javac is only used by tomcat

Re: JAVAC Leaking Memory

2004-06-07 Thread emerson
WOuld be usefull to have the option to set those parameters per TC installation, and not just per context. If I use those switches at the web.xml of TC_HOME/conf/web.xml it will work as it was configured at each context? hi, I think I am correct when I say javac is only used by tomcat compile

Re: JAVAC Leaking Memory

2004-06-07 Thread java only
. Yoav Shapira Millennium Research Informatics -Original Message- From: Reynir Þór Hübner [mailto:[EMAIL PROTECTED] Sent: Friday, June 04, 2004 7:34 AM To: Tomcat Users List Subject: Re: JAVAC Leaking Memory hi, I think I am correct when I say javac is only used by tomcat compile jsp

Re: JAVAC Leaking Memory

2004-06-04 Thread Reynir Þór Hübner
hi, I think I am correct when I say javac is only used by tomcat compile jsp. You should be able to eliminate javac calls by pre-compiling your jsp pages. Now, as I have not yet started using tc v.5.x I am not sure if this will help, but in 4.1.x there is a switch in /tomcat/conf/web.xml to

RE: JAVAC Leaking Memory

2004-06-04 Thread Shapira, Yoav
List Subject: Re: JAVAC Leaking Memory hi, I think I am correct when I say javac is only used by tomcat compile jsp. You should be able to eliminate javac calls by pre-compiling your jsp pages. Now, as I have not yet started using tc v.5.x I am not sure if this will help, but in 4.1.x