users@glassfish.java.net

RE: Re: 100% CPU usage

From: Deepu Syamaladevi Janardhananachary (UST, IND) <"Deepu>
Date: Fri, 10 Sep 2010 22:16:52 +0530

If you are creating any thread explicitly even though it is a web application?
If yes, check that portion.

Are you having any code part in which multiple creation of some connection or some thing like that, which should be better if created once?
If yes, use singleton method.

Regards,
Deepu Janardhananachary