RE: java.lang.NoClassDefFoundError -- solved

2003-03-05 Thread Jeremy Whitlock
sage- From: Jeremy Whitlock [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 05, 2003 12:36 PM To: 'Tomcat Users List' Subject: RE: java.lang.NoClassDefFoundError -- solved Filip, I didn't register my servlet in web.xml because I didn't know I had to. I have this

RE: java.lang.NoClassDefFoundError -- solved

2003-03-05 Thread Jeremy Whitlock
day, March 05, 2003 1:58 PM To: 'Tomcat Users List' Cc: 'OpenEJB Users List' Subject: RE: java.lang.NoClassDefFoundError -- solved Filip is correct, follow that advice. Also, once you deploy the EJB's into OpenEJB, just leave them in the OpenEJB beans directory. Don't

RE: java.lang.NoClassDefFoundError -- solved

2003-03-05 Thread David Blevins
our new WEB-INF/ejbs directory. -David > -Original Message- > From: Filip Hanik [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 05, 2003 2:33 PM > To: Tomcat Users List > Cc: OpenEJB > Subject: RE: java.lang.NoClassDefFoundError -- solved > > > you can do it

RE: java.lang.NoClassDefFoundError -- solved

2003-03-05 Thread Jeremy Whitlock
your help, Jeremy -Original Message- From: Filip Hanik [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 05, 2003 1:48 PM To: Tomcat Users List Subject: RE: java.lang.NoClassDefFoundError -- solved >1. If you have the invoker servlet, you can access it that way, but you >need the full

RE: java.lang.NoClassDefFoundError -- solved

2003-03-05 Thread Filip Hanik
ilto:[EMAIL PROTECTED] Sent: Wednesday, March 05, 2003 12:36 PM To: 'Tomcat Users List' Subject: RE: java.lang.NoClassDefFoundError -- solved Filip, I didn't register my servlet in web.xml because I didn't know I had to. I have this same setup on my Windows 2000 machine

RE: java.lang.NoClassDefFoundError -- solved

2003-03-05 Thread Jeremy Whitlock
-Original Message- From: Filip Hanik [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 05, 2003 1:33 PM To: Tomcat Users List Cc: OpenEJB Subject: RE: java.lang.NoClassDefFoundError -- solved you can do it two ways, 1. If you have the invoker servlet, you can access it that way, but yo

RE: java.lang.NoClassDefFoundError -- solved

2003-03-05 Thread Filip Hanik
: 'Tomcat Users List' Cc: OpenEJB Subject: RE: java.lang.NoClassDefFoundError -- solved David, I got OpenEJB working but I'm not able to run the example. I have created and compiled the HelloBean.java,HelloHome.java,HelloObject.java and HelloWorld.java. Here is the directory s

RE: java.lang.NoClassDefFoundError -- solved

2003-03-05 Thread Jeremy Whitlock
o: 'Tomcat Users List' Subject: RE: java.lang.NoClassDefFoundError -- solved This reply is for the archives. Jeremy did finally get it running -- he simply forgot to uncomment the openejb.home init-param after setting it. The full install process In Linux,

RE: java.lang.NoClassDefFoundError -- solved

2003-03-05 Thread David Blevins
This reply is for the archives. Jeremy did finally get it running -- he simply forgot to uncomment the openejb.home init-param after setting it. The full install process In Linux, it is literally just three steps: 1. Copy the openejb_loader-0.9.1.war into the webapp