Well, it depends where you are loading your driver from. If it is in WEB-INF/lib, then put your file in WEB-INF/classes. Otherwise, if it is in $CATALINA_HOME/shared/lab, put it in $CATALINA_HOME/shared/classes. If you are using common, then s/shared/common/.
"Alessandro Scaramuzza" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hello everybody, > I'm trying to develop a simple application in tomcat+struts. > Everything works fine, but the driver to access to database: ewin. This > driver needs a db.properties file, i put it on the root directory of my > project but at runtime I receive a FileNotFoundException. > Should I register the file to Tomcat? in which mode? > > thank to everybody can help me, and sorry for my ugly english!! > Alessandro --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
