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 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
