I have deployed 2 web application in java on GlassFish server. I am using Glassfish Server 3.1.2.2. They both have java servlet pages from where they receive http requests, also the code is identical, only different parameters (for different clients). The first works well and the other process the http request very long. After that i noticed the next thing:
I am constantly getting this warning in the Glassfish output in Netbeans.
WARNING: GRIZZLY0023: Interrupting idle Thread: http-thread-pool-9990
Can anyone explain me why i get this warning, and how to solve it.