users@glassfish.java.net

Re: load properties file in a war context

From: <Jan.Luehe_at_Sun.COM>
Date: Wed, 05 Sep 2007 08:10:34 -0700

glassfish_at_javadesktop.org wrote:

>it works in WEB-INF/classes dir...
>
>

Right. In order for webapp resources to be visible to the
webapp's classloader, they must be placed either in WEB-INF/classes
or wrapped in a JAR file placed under WEB-INF/lib.

Jan