Hi,
I recently upgraded to geoserver-1.6.5-war. I am having a problem with the GEOSERVER_DATA_DIR
This test system uses Apache Tomcat 6.0.14 running on Vista
web.xml:
GEOSERVER_DATA_DIR
C:\geoserver-data\data
Tomcat console:
.
.
INFO: Loading Spring root WebApplicationContext
06 Oct 12:41:45 ERROR [geoserver.global] -
- GEOSERVER_DATA_DIR: C:\Program Files\Apache Software Foundation\Tomcat 6.0\webapps\geoserver\data
.
.
The GEOSERVER_DATA_DIR parameter is not recognized?
Has there been a change on the GEOSERVER_DATA_DIR?
Attempting geoserver-1.7.0-RC3-war:
INFO: Deploying web application archive geoserver.war
Oct 6, 2008 1:15:30 PM org.apache.catalina.core.ApplicationContext log
INFO: Initializing Spring root WebApplicationContext
06 Oct 13:15:30 INFO [context.ContextLoader] - Root WebApplicationContext: initialization started
06 Oct 13:15:30 INFO [support.XmlWebApplicationContext] - Refreshing org.springframework.web.context.support.XmlWebApplicationContext@anonymised.com: display name [Root WebApplicationContext]; startup date [Mon Oct 06 13:15:30 MDT 2008]; root of context hierarchy
06 Oct 13:15:30 INFO [xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/C:/Program%20Files/Apache%20Software%20Foundation/Tomcat%206.0/webapps/geoserver/WEB-INF/classes/applicationContext.xml]
06 Oct 13:15:30 INFO [xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [jar:file:/C:/Program%20Files/Apache%20Software%20Foundation/Tomcat%206.0/webapps/geoserver/WEB-INF/lib/gwc-0.1.jar!/applicationContext.xml]
06 Oct 13:15:30 INFO [xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [jar:file:/C:/Program%20Files/Apache%20Software%20Foundation/Tomcat%206.0/webapps/geoserver/WEB-INF/lib/main-1.7.0-RC3.jar!/applicationContext.xml]
06 Oct 13:15:30 INFO [xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [jar:file:/C:/Program%20Files/Apache%20Software%20Foundation/Tomcat%206.0/webapps/geoserver/WEB-INF/lib/validation-1.7.0-RC3.jar!/applicationContext.xml]
06 Oct 13:15:30 INFO [xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [jar:file:/C:/Program%20Files/Apache%20Software%20Foundation/Tomcat%206.0/webapps/geoserver/WEB-INF/lib/wcs-1.7.0-RC3.jar!/applicationContext.xml]
06 Oct 13:15:30 INFO [xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [jar:file:/C:/Program%20Files/Apache%20Software%20Foundation/Tomcat%206.0/webapps/geoserver/WEB-INF/lib/wcs1_1-1.7.0-RC3.jar!/applicationContext.xml]
06 Oct 13:15:30 INFO [xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [jar:file:/C:/Program%20Files/Apache%20Software%20Foundation/Tomcat%206.0/webapps/geoserver/WEB-INF/lib/wfs-1.7.0-RC3.jar!/applicationContext.xml]
06 Oct 13:15:30 INFO [xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [jar:file:/C:/Program%20Files/Apache%20Software%20Foundation/Tomcat%206.0/webapps/geoserver/WEB-INF/lib/wfs11-1.7.0-RC3.jar!/applicationContext.xml]
06 Oct 13:15:30 INFO [xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [jar:file:/C:/Program%20Files/Apache%20Software%20Foundation/Tomcat%206.0/webapps/geoserver/WEB-INF/lib/wfsv-1.7.0-RC3.jar!/applicationContext.xml]
06 Oct 13:15:30 INFO [xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [jar:file:/C:/Program%20Files/Apache%20Software%20Foundation/Tomcat%206.0/webapps/geoserver/WEB-INF/lib/wms-1.7.0-RC3.jar!/applicationContext.xml]
06 Oct 13:15:30 INFO [xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [file:/C:/Program%20Files/Apache%20Software%20Foundation/Tomcat%206.0/webapps/geoserver/WEB-INF/classes/applicationSecurityContext.xml]
06 Oct 13:15:30 INFO [xml.XmlBeanDefinitionReader] - Loading XML bean definitions from URL [jar:file:/C:/Program%20Files/Apache%20Software%20Foundation/Tomcat%206.0/webapps/geoserver/WEB-INF/lib/main-1.7.0-RC3.jar!/applicationSecurityContext.xml]
06 Oct 13:15:30 INFO [support.XmlWebApplicationContext] - Bean factory for application context [org.springframework.web.context.support.XmlWebApplicationContext@anonymised.com.]: org.springframework.beans.factory.support.DefaultListableBeanFactory@anonymised.com4…
06 Oct 13:15:31 INFO [support.XmlWebApplicationContext] - Bean ‘resourceLoader’ is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
06 Oct 13:15:31 ERROR [geoserver.global] -
- GEOSERVER_DATA_DIR: C:\Program Files\Apache Software Foundation\Tomcat 6.0\webapps\geoserver\data
.
.
thanks
randy