Hi,
I have a JEE 6 application with JSF 2 and Tomcat 7. Now I have a POJO. This POJO should read a properties file. The properties file is is located in WEB-INF/classes. The current directory is the users home directory /home/myUser.
How does the POJO get the context's root directory or some similar path, so that it can read the properties file?
Thanks in advance