users@grizzly.java.net

GrizzlyWebServer and port binding

From: César Fernando Henriques <cesar_at_alttab.com.ar>
Date: Mon, 25 May 2009 22:17:48 -0300

Hi,

I need to bind my GWS to one or more ports to support secure and unsecure access

I'm looking at the code of GWS and I don't know if I can reuse the
current adapterChain instance on more than one SelectorThread
instance.

Do I need to create a new adapterChain and adapters for every new
SelectorThread?

I think is very common to bind a web server to ej: port 80 and port
443 to support SSL. Don't you think?

Maybe this should be added to GWS in futures versions.

Thanks!

Cesar.-