Hi,
I’m trying to deploy a very simple j2ee project (one jsp, one bean that just has a method to return a string) into Tomcat 5 (Windows XP, Tomcat 5.0.28, Eclipse 3.0.1, MyEclipseIDE 3.8.2, java j2sdk 1.4.2_06 — anything else?).
I get the following error in the browser:
java.lang.NoClassDefFoundError: javax/ejb/SessionBean
In my project, the IDE insists on importing a bunch of JBoss libraries, despite the fact that I’ve never installed JBoss.
Do I need to install JBoss to run Tomcat? Or am I doing something else wrong (probably)?
Help is much appreciated — thanks!!
Mayank