Andrea Di Muro wrote:
Hi, I have a problem with the Jk Connector between Apache and Tomcat: when a jsp page uses a lot of memory and I get java.lang.OutOfMemory error the jk connector stops working. Even after the thread that was consuming all the allocated memory stops, I can't access the jsp pages via Apache on port 80, but I can access the same pages directly via Tomcat on port 8080. Is this a known bug?
Once you have an OutOfMemory error it is game over. You need to restart the server to be sure of correct functionality.
How can I solve this problem?
You'll need to get a profiler and fix the memory leak in your application. If it isn't a leak, your server needs more memory.
Mark --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]