users@glassfish.java.net

Re: Glassfish Stops responding on https 8181

From: <glassfish_at_javadesktop.org>
Date: Mon, 18 May 2009 10:23:47 PDT

Hi,

looking at the ThreadDump you can see that you have 5 threads starting with "httpsslworkerthread-8181". IIRC, by default you only have 5 HTTP worker threads configured in the domain.xml.
Maybe you have a leak somewhere so that your servlet never gets closed and thus the thread never is released.

Cheers
Chris.
[Message sent by forum member 'chrjohn' (chrjohn)]

http://forums.java.net/jive/thread.jspa?messageID=346645