users@glassfish.java.net

httpSSLWorkerThread for Rails application in Glassfish v2

From: TK Lew <tklew99_at_gmail.com>
Date: Wed, 3 Dec 2008 11:29:35 +0800

hi all :

I have deployed a Rails application into Glassfish v2 and so far it is
working good so far.

But when I check the application server log (server.log), I saw this message
:

[#|2008-12-03T00:26:28.860+0800|INFO|sun-appserver9.1|javax.enterprise.system.container.web|_ThreadID=22;_ThreadName=httpSSLWorkerThread-8080-0;|PWC1412:
WebModule.......

Questions :

1. Is the ThreadName=httpSSLWorkerThread meaning it is using SSL ?
2. I did not use any SSL service for any of the HTTP listener.

Thanks