users@glassfish.java.net

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

From: <forums_at_java.net>
Date: Tue, 20 Sep 2011 10:13:03 -0500 (CDT)

[quote=swchan2]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
?[/quote]

What is trying to be loaded from
\glassfish\glassfish-3.1\glassfish\domains\domain1\applications\NB7App\WEB-INF\classes\com\company\utils
IS NOT in the WEB-INF/classes, but IS in the (3)jars in WEB-INF\lib.  No
persmissions will be and are not needed for what is not in WEB-INF/classes,
but in the jars. 


--
[Message sent by forum member 'rdblaha1']
View Post: http://forums.java.net/node/841336