Hi,
   I have a servlet that is basically an EJB client.  I deployed the EJB
and servlet as one application with a web and an ejb component, and it
worked fine on my PC running Sun's J2EE Reference Implementation.  I
want to move the web app to a different machine that is running tomcat. 
I moved the Client.jar file to the WEB-INF/lib directory, moved the
servlet.java file over. I recompiled the servlet, moved the class files
into the WEB-INF/classes directory.  I also copied the web.xml file over
and put it in the WEB-INF directory.

I am getting an Error: 500 Internal Servlet Error
java.lang.NoClassDefFound  for the EJB's Home Interface.  The Home
interface is in the Client.jar file which is in the WEB-INF/lib
directory.  I wrote a a small application client that uses the
Client.jar and it works fine.  Any Ideas on why it's not working?  Maybe
the web.xml file needs to be rewritten?
Thanks
Dan

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to