[Geoserver-devel] [jira] Created: (GEOS-733) web.xml not loaded properly in binary and windows distributions of 1.4

web.xml not loaded properly in binary and windows distributions of 1.4
----------------------------------------------------------------------

                 Key: GEOS-733
                 URL: http://jira.codehaus.org/browse/GEOS-733
             Project: GeoServer
          Issue Type: Bug
          Components: Configuration
    Affects Versions: 1.4.0-M2, 1.4.0-M1, 1.4.0-M0
            Reporter: Brent Owens
         Assigned To: Justin Deoliveira
            Priority: Blocker
             Fix For: 1.4.0-RC1

It appears that the web.xml file is not loaded when using the binary or windows distributions of geoserver 1.4.0-M2. (I haven't tried other distributions yet)
Testing in eclipse does not have this issue, it has to be a real installation.

You can test by changing the data directory or the output strategies in the web.xml file. When the server is loaded and runs, those changes are ignored.
It defaults to "BUFFER" strategy instead of PARTIAL-BUFFER, and the data directory is the "webapps" folder, not the one specified in web.xml.

I will need Justin's insight on this one to fix it.

--
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-733?page=all ]

Andrea Aime reopened GEOS-733:
------------------------------

Your fixes conflicted with a change of mine, and restoring yours I noticed the bug was not fixed
for two reasons:
- web.xml in the web module contains "serviceStratagy", so the lookup always ends up in NULL
- the same file has service names that are totally diffent from bean ids:
  PARTIAL-BUFFER
  BUFFER
  SPEED
   FILE

I've fixed the typo, but I guess you have to re-check the rest :slight_smile:

web.xml not loaded properly in binary and windows distributions of 1.4
----------------------------------------------------------------------

                Key: GEOS-733
                URL: http://jira.codehaus.org/browse/GEOS-733
            Project: GeoServer
         Issue Type: Bug
         Components: Configuration
   Affects Versions: 1.4.0-M0, 1.4.0-M1, 1.4.0-M2
           Reporter: Brent Owens
        Assigned To: Justin Deoliveira
           Priority: Blocker
            Fix For: 1.4.0-RC1

It appears that the web.xml file is not loaded when using the binary or windows distributions of geoserver 1.4.0-M2. (I haven't tried other distributions yet)
Testing in eclipse does not have this issue, it has to be a real installation.
You can test by changing the data directory or the output strategies in the web.xml file. When the server is loaded and runs, those changes are ignored.
It defaults to "BUFFER" strategy instead of PARTIAL-BUFFER, and the data directory is the "webapps" folder, not the one specified in web.xml.
I will need Justin's insight on this one to fix it.

--
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