Can anyone help? TurbineResources.properties file is not found?
Hello All
I am trying to set up turbine, to manage database pooling in an application that I am building in Tomcat.
"turbine-2.1b4.jar" has been placed within my tomcat lib directory, along with "velocity-1.2-dev.jar"
I have created a turbineResources.properties file and required TurbineInit.java file
I have placed the properties file within "Tomcat 4.1\webapps\MYAPP\WEB-INF"
The TurbineInit.java, which tells turbine where the properties file is and to initialise it is contained within "Tomcat 4.1\webapps\MYAPP\WEB-INF\lib"
Upon starting tomcat the system comes up with the error "CANT FIND ./turbineResources.properties", does anyone have any ideas?

