[Geoserver-devel] [jira] Created: (GEOS-1643) GeoServer 1.6.0-rc2 wont' start on Glassfish due to an issue in web.xml

GeoServer 1.6.0-rc2 wont' start on Glassfish due to an issue in web.xml
-----------------------------------------------------------------------

                 Key: GEOS-1643
                 URL: http://jira.codehaus.org/browse/GEOS-1643
             Project: GeoServer
          Issue Type: Bug
            Reporter: Andrea Aime
            Assignee: Andrea Aime

From a user comment in the wiki:

In web.xml, this section must be put after all the filters, otherwise, Glass Fish will complain that the web.xml doesn't comply to the DTD.

  <!-- logging initializer, should be first thing to execute -->
  <listener>
    <listener-class>org.geoserver.logging.LoggingStartupContextListener</listener-class>
  </listener>

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

     [ http://jira.codehaus.org/browse/GEOS-1643?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrea Aime reopened GEOS-1643:
-------------------------------

Just to change the fixed-fox version

GeoServer 1.6.0-rc2 wont' start on Glassfish due to an issue in web.xml
-----------------------------------------------------------------------

                Key: GEOS-1643
                URL: http://jira.codehaus.org/browse/GEOS-1643
            Project: GeoServer
         Issue Type: Bug
   Affects Versions: 1.6.0-RC2
           Reporter: Andrea Aime
           Assignee: Andrea Aime
            Fix For: 1.6.0-RC3

From a user comment in the wiki:
In web.xml, this section must be put after all the filters, otherwise, Glass Fish will complain that the web.xml doesn't comply to the DTD.
  <!-- logging initializer, should be first thing to execute -->
  <listener>
    <listener-class>org.geoserver.logging.LoggingStartupContextListener</listener-class>
  </listener>

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira