users@glassfish.java.net

Re: lookup question

From: <forums_at_java.net>
Date: Mon, 14 Mar 2011 10:59:21 -0500 (CDT)

If the exception is directly from the web component, then you need to make
this class library accessible to this war.  You can include library.jar in
WEB-INF/lib/, or cp library.jar to domain1/lib.  The latter will make this
library accessible to all apps deployed on domain1.  You can also use
"asadmin deploy --libraries" to specify libraries for deployed app.  See
"asadmin deploy --help".


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