reading a properties file from jsp
807605Jul 11 2007 — edited Jul 11 2007i have a properties file and a jsp file in same package . i write code for reading the properties file in jsp witin scriptlet. But i am getting the filenotfound exception. I executed the same program using java class it is executing properly. What is the problem.
Thanks in advance