RE: FW: Memory leak using SSL Tomcat 6.0.16

2008-05-04 Thread Shapovalenko Daniil
Exactly the same problem was discussed there http://forum.java.sun.com/thread.jspa?threadID=5266266tstart=0 Seems, I have two ways. Recompile the JSSE with some code added to finalize method, or using tomcat with another ssl provider. Does anybody knows how can I do the second case? add the

Re: FW: Memory leak using SSL Tomcat 6.0.16

2008-04-30 Thread Filip Hanik - Dev Lists
add 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

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 {