After using Tomcat for quite a while we have decided to move to Glassfish. In Tomcat we used to put all the Jar's we wanted to share between projects under the tomcat7/lib dir, in Glassfish I've put the Jar's in glassfish/domains/domain1/lib and yet I cannot import classes I have in the Jar's there. The project build path has ofcourse the Glassfish System Libraries there.
Do I have to reference every Jar in a default-web.xml in the config dir or am I missing something else here?