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?


[806 byte] By [Nogravitia] at [2007-11-27 10:50:54]
# 1

WEB-INF\classes, since you're obviously looking for it at classpath root.

CeciNEstPasUnProgrammeura at 2007-7-29 11:28:03 > top of Java-index,Java Essentials,New To Java...
# 2

What do you mean by WEB-INF\classes, is that where the jars should be extracted to?

Nogravitia at 2007-7-29 11:28:03 > top of Java-index,Java Essentials,New To Java...
# 3

JARs are not to be extracted. But that file obviously belongs somewhere in the classpath.

CeciNEstPasUnProgrammeura at 2007-7-29 11:28:03 > top of Java-index,Java Essentials,New To Java...