From: <glassfish_at_javadesktop.org>
Date: Mon, 22 Oct 2007 19:44:45 PDT
Please use ServletContext methods to get a resource as a stream. This is one of the
differences between a Java SE and a Java EE environment. Thus, after placing the properties
files in your web-application, find its path with respect to the root ("/") and then send it as
an argument to getResourceAsStream().