Hi,
Iam running an web application on jakarta-tomcat-5.0.16 which is using property file but the
java file is not able to pick the properties file.My java classes are in the package com.export. in WEB-INF\classes\com\export folder and i have put my property file named prop.properties in WEB-INF\classes folder as well as the WEB-INF\classes\com\export folder also, but when i acess the site from browser its showing
java.io.FileNotFoundException: prop.properties (The system cannot find the file specified)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:106)
at java.io.FileInputStream.<init>(FileInputStream.java:66)
If anyone could help me get this working, I would be most appreciative.