dev@glassfish.java.net

[Update] TCP port unification in GlassFish

From: Jeanfrancois Arcand <Jeanfrancois.Arcand_at_Sun.COM>
Date: Thu, 09 Nov 2006 15:42:31 -0500

Hi,

just an update about the TCP port unification that will soon be enabled.
The feature will be enabled via domain.xml the following way:

<http-listener ... port="4848" ... security-enabled="false">
     <property name="proxied_protocols" value="https"/>
</http-listener>

<http-listener ... port="4848" ... security-enabled="true">
     <property name="proxied_protocols" value="http"/>
</http-listener>

<http-listener ... port="8080" ... security-enabled="false">
     <property name="proxied_protocols" value="wsit"/>
</http-listener>

For 9.1, only port 8080 and 4848 will use the feature. People that are
interested to extends the current protocols list will have to follow
what I've described in [1].

Comments?

-- Jeanfrancois

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