On Fri, 12 Nov 2004 17:17:28 -0800, Kevin A. Burton
<[EMAIL PROTECTED]> wrote:
> - For all my JSPs I fetch them with the URL foo.jsp?jsp_precompile=true
> to trigger precompilation

How many JSPs must be compiled to cause problems ?

> Note that the VM still shows plenty of memory so I'm not sure what the
> heck is going on here.  I also looked at our file handles and they seem
> fine too.

In that kind of situation, a profiler will have to be used. All I can
tell right now is that it has nothing to do with the Java compilation,
which is not very surprising.

For really large web applications, I think you should precompile as
many JSPs as possible anyway, as a JSP compiled dynamically will
always use more resources (even if there is no bug in Jasper).

-- 
xxxxxxxxxxxxxxxxxxxxxxxxx
Rémy Maucherat
Developer & Consultant
JBoss Group (Europe) SàRL
xxxxxxxxxxxxxxxxxxxxxxxxx

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to