RE: FW: Memory leak using SSL Tomcat 6.0.16

2008-05-04 Thread Shapovalenko Daniil
the flag -XX:+HeapDumpOnOutOfMemoryError when you get an OOM, it will dump a .hprof file, zip it up, and make it available to us (dont attach it to an email :) I can help you analyse it Filip Shapovalenko Daniil wrote: Hello there! I'm using Tomcat 6.0.16 with an extremely simple servlet

FW: Memory leak using SSL Tomcat 6.0.16

2008-04-29 Thread Shapovalenko Daniil
Hello there! I'm using Tomcat 6.0.16 with an extremely simple servlet. The code of servlet is here (functions that doesn't mentioned here are blank): ... protected void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {