Unpacked the War in the usual tomcat deployments directory and renamed to "weceem"
Created the database
created the weceem.properties as per the installation instructions within the weceem directory created above - i.e. in the WAR root
On start up Tomcat reports
Unable to load specified config location file:./weceem.properties : ./weceem.properties (No such file or directory)
Have tried the weceem.properties in various other places I would expect to be on the Tomcat classpath with no luck
Also tried setting the weceem.config.location JVM property as suggested - can confirm that tomcat is adding this to JAVA_OPTS and using it to start up but the problem persists. The message above doesnt change either suggesting the property is not being read
Any ideas
Tomcat 5.5.26
Mac OS X Tiger i.e. java version "1.5.0_16"
Joined: 04/06/2009 13:36:35
Messages: 303
Location: UK
Offline
Hi Alan,
Sorry if the documentation has not been clear enough.
1) The weceem.properties file must be in the directory where tomcat starts - it is located as file:./weceem.properties - eg not on the Tomcat classpath
2) The -Dweceem.config.location property should work but is broken due to a typo (my bad) in the the application. Use the mispelling -Dweceen.config.location (n instead of m).