Place an .ini file on Tomcat 5.5.9
Hi,
I have an application deployed in webapps folder in tomcat 5.5.9, and it connects to an oracle database, the connection parameters are in an .ini file which my class called clsConexion reads them to connect the application to the database, the problem is that i don't know where to place that .ini file in tomcat, instead of that, tomcat writes in its log file a java.io.FileNotFoundException.
Please help me, if anyone have a ideas, or maybe i'm trying to get the conection the wrong way.
Thanks
|