users@glassfish.java.net

Re: GF3.1.1 JSP Project - WARNING: WebappClassLoader.findClassI

From: Shing Wai Chan <shing.wai.chan_at_oracle.com>
Date: Mon, 19 Sep 2011 15:37:37 -0700

Roughly speaking, the WebappClassLoader will try to load classes from
(1) parent classloader, (2) WEB-INF/classes, and then (3) jars.
The errors is in (2). That is why we get that error messages.
And the exception is thrown from JDK: java.io.File#exists
Do you have permission in reading "all the subdirectories" of
\glassfish\glassfish-3.1\glassfish\domains\domain1\applications\NB7App\WEB-INF\classes\com\company\utils
?

Shing Wai Chan