On 22.05.2009 15:46, Christopher Schultz wrote:
> Rainer,
> 
> On 5/22/2009 8:55 AM, Rainer Jung wrote:
>> You could run a JSP including a call to System.gc();
> 
> Right. The JVM is out of file descriptors. I cannot deploy a new JSP
> onto the server without restarting it. ;) I mentioned this in my initial
> post.

Yes, of course. In that case you are pretty much restricted to the
outside tools you already used. So it would make sense to deploy and
precompile/call the new JSP once before starting the next run, so you at
least have a chance of calling it. Of course the connection the hte http
connector needed for the request also needs an FD, but I had the
impression from your last post, that a few of those FDs are being closed
after some time. Maybe enough for calling the JSP.

Regards,

Rainer

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to