Hi,
Will try the user list first since this is a getting started question and might be one of configuration.
Using Tomcat right now to host several webapps with one webapp doing it's own NIO listener for a custom protocol.
I would like to unify through Grizzly.
I would like to have just 8080/8081 (or other port pair for clear and TLS, but that's the only difference).
1. Can someone point me to a backgrounder on port unification in general -- I'm seeing stuff from years ago rather than more recent stuff.
https://glassfish.dev.java.net/issues/show_bug.cgi?id=4322 seems to have reduced this from the "One Port To Rule Them All" teaser.
2. If I just want to do HTTP and a non-HTTP protocol with just Servlet container support (Tomcat replacement), what would I need to do?
3. Would #2 be portable to GlassFish v3 with all the clustering, load balancing, and other -ings that GF can do.
thanks,
greg