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