This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 175828 - Comet setting does not change the domain.xml of glassfish correctly
Summary: Comet setting does not change the domain.xml of glassfish correctly
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: GlassFish (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Vince Kraemer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-30 23:31 UTC by sangshin
Modified: 2009-11-03 15:04 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description sangshin 2009-10-30 23:31:19 UTC
Enabling the Comet support in the Properties dialog box of 
GlassFish v3 does not change the domain.xml.  The setting
should change the domain.xml file with  comet-support-enabled="true"
as shown below.

<network-config>
        <protocols>
          <protocol name="http-listener-1">
              <http comet-support-enabled="true" max-connections="250" default-virtual-server="server" server-name="">
              <file-cache enabled="false" />
            </http>
Comment 1 Vince Kraemer 2009-10-31 00:30:09 UTC
this attribute change used to require a restart.  it became dynamic, but our code did not really follow suit...  this should be pretty easy to fix.
Comment 2 Vince Kraemer 2009-11-02 04:44:26 UTC
this is a bit more interesting than I originally thought.

The syntax of the set command via the http 'interface' actually changed... so I have to fix that 'first'.
Comment 3 Vince Kraemer 2009-11-03 01:13:01 UTC
http://hg.netbeans.org/web-main/rev/b6def7ce4cc7
Comment 4 Quality Engineering 2009-11-03 15:04:16 UTC
Integrated into 'main-golden', will be available in build *200911031401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/b6def7ce4cc7
User: Vince Kraemer <vkraemer@netbeans.org>
Log: #175828: enable comet support not working... actually just about any set is not working correctly... hence the big change