[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: the order of loading class (urgency! urgency! urgency! )

PeterJ do-not-reply at jboss.com
Fri Aug 15 11:10:16 EDT 2008


When a JSP in a particular WAR uses the "a" class, it will get it from the A.jar that is in the same WAR.

In general, code within a WAR will use classes within that WAR (of course, if the class is not there it will look outside the WAR)), and code outside a WAR cannot use classes within the WAR.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4170789#4170789

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4170789



More information about the jboss-user mailing list