I want to thank people for their help yesterday, I managed to get the dtd and create the proper jboss.xml. I am now able to load the jar file of EJBs and the run and are verified just fine. I have run into a few other problems: 1. I have an ear file with the EJB jar file and a war file with all the jsps, etc. for the app. If I put the ear file in the deploy directory the war file craps out with a: java.lang.NoClassDefFoundError: javax/servlet/http/HttpServlet 2. If I put the EJB jar file in the deploy dir and make a symlink from within the tomcat webapps dir to a place on the filesystem where the war file has been extracted the application seems to load. However, I get another problem: When I access a JSP I get the following error in JBoss: JSP:include tag is invalid. This seems to happen because the JSP is referencing an "absolute" path from the root of the application, rather than a local relative path. I have been unable to find anyway to get the JSP:include to work. Samuel > ________________________________ > Samuel Bucholtz > [EMAIL PROTECTED] > 1.917.534.8640 > Scient* - The eBusiness Systems Innovator(tm) > http://www.scient.com > > _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user
