dev@glassfish.java.net

http-listener-2 in domain.xml

From: Shing Wai Chan <Shing-Wai.Chan_at_Sun.COM>
Date: Thu, 30 Apr 2009 13:00:47 -0700

Hi,
I notice some changes in domain.xml as follows:
<network-listener port="61934" *enabled="false"*
protocol="http-listener-2" transport="tcp" name="http-listener-2"
thread-pool="http-thread-pool"></network-listener>

In order to enable http-listener-2 as https,
Yesterday, we have to set http-listener-2 with security-enabled=true
Today, we have to set http-listener-2 with security-enabled=true "and"
enabled=true

Why do we want user to do set both enabled and security-enabled?
Should we have security-enabled=true for http-listener-2 in domain.xml
so that user only need to enabled=true?
Regards,
     Shing Wai Chan