You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Carl Schwarcz <sc...@earthink.net> on 2001/12/05 10:40:16 UTC

newbie Catalina and JBoss classpath question!

I'm a student trying to debug a servlet under Catalina (Tomcat 4.0.1)
that calls a session bean under JBoss 2.4.3.  My servlet dies horribly
unable to load (NoClassDefFoundError) javax/ejb/EJBHome which I believe
is in jboss-j2ee.jar.  The appropriate directory is in my classpath.
However by checking the classpath while my servlet executes I note that
Tomcat has completely replaced it with its own that has none of my
directories or the JBoss jars in it.

 

I can run standalone code that calls the session bean with no problem.

 

What's the appropriate approach to this?

 

Can anybody give me some pointers on this?

 

------------------------------------------------------

Carl W. Schwarcz