I have a jsp page calling a custom tag. The tag allocates the EJB. The
problem is that the tag can't find my ejb classes.
java.lang.NoClassDefFoundError: com/wwwarren/homer/ejb/ControllerHome
Everything works great if I explicitly include the project's jboss/deploy
jar file in the jboss startup
am running jboss 2.1 w/ embeded tcat and trying to migrate a couple of ejb's
over from a weblogic container. I have a session bean that 'wraps' or
allocates an entity bean. The session bean is instantiated from a tag
extension. The tag extension classes are under the tomcat/webapps dir.
So tomcat