Project

General

Profile

« Previous | Next » 

Revision 5867

always re-write web.xml in case geoserver has been redeployed
http://bugzilla.ecoinformatics.org/show_bug.cgi?id=4307

View differences:

GeoserverAdmin.java
187 187
					boolean reconfig = PropertyService.checkAndSetProperty(request, "geoserver.GEOSERVER_DATA_DIR");
188 188
					PropertyService.persistProperties();
189 189
					// put the web.xml in place
190
					reconfig = true; //force all the time in cases where geoserver has been redeployed
190 191
					if (reconfig) {
191 192
						GeoserverUtil.writeConfig();
192 193
					}

Also available in: Unified diff