Hello all:
I have been cleaning up the startup process for 1.2, along with the conf direct shipped with GeoServer.
Here is the output of the 1.2 start up process:
Starting Resin on Mon, 19 Jan 2004 22:11:40 -0800 (PST)
[22:11:41.796] Loaded Socket JNI library.
[22:11:41.796] http listening to *:8080
[22:11:41.796] ServletServer starting
[22:11:42.000] hmux listening to 127.0.0.1:6802
[22:11:42.171] Host starting
[22:11:42.546] Application[http://localhost:8080/resin-doc\] starting
[22:11:42.562] expanding war /C:/java/resin-3.0.4/webapps/geoserver.war to /C:/java/resin-3.0.4/webapps/._geoserver
[22:11:45.468] moving war /C:/java/resin-3.0.4/webapps/geoserver.war to /C:/java/resin-3.0.4/webapps/geoserver
[22:11:48.203] In-place class reloading is not available. In-place class reloading during development requires -Xdebug.
[22:11:48.390] Application[http://localhost:8080/geoserver\] starting
[22:11:48.406] FreefsLog: init
[22:11:48.765] action: init
[22:11:52.171] loading catalog configuration
[22:11:54.125] FeatureTypeInfo local.postgis:::geom_test could not be used - DataStore local.postgis is not defined!
[22:11:55.812] Application[http://localhost:8080] starting
I have updated the conf on head to be valid, with one exception exception: local.postgis is not defined (I think chris may like his geom_test?)
I have also silienced a lot of the System.out and LOGGER.info statements in geotools2 and geoserver. We will have to ask chris how to turn on
this information for debugging.
A couple of points - these are in Jira but are open for general discussion:
1) Inconvient to specify a dataStore for each shapefile
2) Relative pathnames for style and shapefiles would be great
3) info.xml <attributes/> tag seems to be replaced by schmea.xml file - can attribtues tag be removed?
4) The cite test data has nice metadata.html files, can we grab references to these for FeatureTypeMetaData?
Attribtue Types are now checked as per a request from Chris Holmes. For Richard and other developers the conf directory should now work, which will help with testing.