> From: Christopher Schultz [mailto:[EMAIL PROTECTED] 
> Subject: Re: Tomcat (javac)compilation arguments
> 
> Though I'm not positive, I'm pretty sure that the JSP compiler within
> Tomcat runs in-process;

That's true by default.  However, there is a fork parameter that can be
set for the JSP servlet to cause compilation in a different process.  I
have no idea how to pass heap size parameters to such a secondary
process.

Also note that Tomcat no longer uses javac to compile translated JSPs
into .class files, unless you specifically configure it to do so.

I'm really curious about one thing:  if the OP has a 64-bit environment,
why is he being so stingy with heap space?

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to