. getServletContext(). getRealPath ("") - , .war.
. C:/Program Files/Tomcat 6/webapps/myapp/WEB-INF/classes/somefile.properties:
URL r = this.getClass().getResource("/");
String decoded = URLDecoder.decode(r.getFile(), "UTF-8");
if (decoded.startsWith("/")) {
decoded = decoded.replaceFirst("/", "");
}
File f = new File(decoded, "somefile.properties");