newbie Catalina and JBoss classpath question!

2001-12-05 Thread Carl Schwarcz
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 check

RE: catalina and jboss

2001-03-22 Thread Daniel Toms
I run them seperately dan > -Original Message- > From: anil [mailto:[EMAIL PROTECTED]] > Sent: Thursday, March 22, 2001 1:49 PM > To: [EMAIL PROTECTED] > Subject: Re: catalina and jboss > > > Hi Daniel, > > How do you run jboss and catalin?. In a embedd

Re: catalina and jboss

2001-03-22 Thread anil
Hi Daniel, How do you run jboss and catalin?. In a embedded mode or in a seperate VMs. thanks for any insight. anil Daniel Toms wrote: > Anyone have trouble getting the InitialContext for Jboss 2.1 > when running Tomcat-4.0-b1? We are getting: > > Cannot instantiate class: > org.jnp.interfac

RE: catalina and jboss

2001-03-22 Thread Daniel Toms
thanks Craig, I will check it out. dan > -Original Message- > From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] > Sent: Thursday, March 22, 2001 11:19 AM > To: [EMAIL PROTECTED] > Subject: Re: catalina and jboss > > > > > On Thu, 22 Mar 2001, Daniel

Re: catalina and jboss

2001-03-22 Thread Craig R. McClanahan
On Thu, 22 Mar 2001, Daniel Toms wrote: > Anyone have trouble getting the InitialContext for Jboss 2.1 > when running Tomcat-4.0-b1? We are getting: > > Cannot instantiate class: > org.jnp.interfaces.NamingContextFactoryorg.jnp.interfaces.NamingContextFacto > ry > > We have verified that all

catalina and jboss

2001-03-22 Thread Daniel Toms
Anyone have trouble getting the InitialContext for Jboss 2.1 when running Tomcat-4.0-b1? We are getting: Cannot instantiate class: org.jnp.interfaces.NamingContextFactoryorg.jnp.interfaces.NamingContextFacto ry We have verified that all our settings, etc., are correct, as we can do this succes