Hi,
I have an " application properties " that I use in my actions and classes. I place this file in WEB-INF/classes directory which is supposed to be in the classpath of the web application. But I am getting "File not found" exception when I try to read the file using:
File f = new File("portal.properties");
Any suggestions ?
thanks, Samit
I have an " application properties " that I use in my actions and classes. I place this file in WEB-INF/classes directory which is supposed to be in the classpath of the web application. But I am getting "File not found" exception when I try to read the file using:
File f = new File("portal.properties");
Any suggestions ?
thanks, Samit