users@glassfish.java.net

Re: httpSSLWorkerThread for Rails application in Glassfish v2

From: Jeanfrancois Arcand <Jeanfrancois.Arcand_at_Sun.COM>
Date: Wed, 03 Dec 2008 21:46:45 -0500

Salut,

TK Lew wrote:
> 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 ?

No that was a typo. That's because port unification is enabled:

http://weblogs.java.net/blog/jfarcand/archive/2006/11/one_port_to_rul.html

and with this, ssl is enabled by default but not enforced.

A+

-- Jeanfrancois

> 2. I did not use any SSL service for any of the HTTP listener.
>
> Thanks
>