Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 1.4.0-M0, 1.4.0-M1, 1.4.0-M2
-
Fix Version/s: 1.4.0-RC1
-
Component/s: Configuration
-
Labels:None
-
Number of attachments :
Description
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.
Well, the parameters does not seem to be loaded when running Jetty from the IDE neither... so it does not seem a .war issue to me