Hi,
I have a webapp and one of the libraries included uses this line to find a property file:
now the folder structure is like a normal webapp, there is a meta-inf, web-inf, res, a few jsps etc. (one of the jsps call a library's method which needs the property file.)
now the question is,
where do i have to put the property file in order for the program to be able to read it?
because it just returns null and then throws an exception when the url is supposed to be read (the url is null).
someone said i should put it in the web-inf/lib folder - didnt work
someone said i should put it in
tomcat's lib folder - didnt work
someone said i should put it in tomcat's bin folder - didnt work
please help me