You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by David Patton <dp...@mvsn.com> on 2000/07/26 06:06:05 UTC

Tomcat, JNDI and EJB's

I am using Tomcat to handle servlets and JSP requests and have it mapped
into Weblogic to handle EJB requests.  I am using JNDI to access my EJB's on
Weblogic.  That is the theory at least.  In reality, when I access my
servlet, it bombs out saying that it can't find the necessary JNDI classes
in my classpath.  When I add the J2EE.jar file into my classpath for tomcat,
it blows up.  Anyone have experience passing requests for EJB's from Tomcat?


Dave Patton


RE: Tomcat, JNDI and EJB's

Posted by Peter Jasko <pe...@liquidexchange.co.uk>.
We are successfully using JOnAS with Tomcat.

I haven't personally seen the problem you are describing below, but you
should try using just the parts of the j2ee.jar that you need, rather than
the whole thing, or maybe just ensure that it appears after any Tomcat jars.

Peter

-----Original Message-----
From: Joe Shevland [mailto:shevlandj@kpi.com.au]
Sent: Wednesday, July 26, 2000 8:04 AM
To: tomcat-user@jakarta.apache.org
Subject: RE: Tomcat, JNDI and EJB's


Personally, no, however the jBoss folks have integrated Tomcat with their
J2EE server and may provide some assistance:

http://www.jboss.org

or the list:

mailto:jboss-user@list.working-dogs.com

HTH a bit,
Joe

>-----Original Message-----
>From: David Patton [mailto:dpatton@mvsn.com]
>Sent: Wednesday, 26 July 2000 2:06 PM
>To: tomcat-user@jakarta.apache.org
>Subject: Tomcat, JNDI and EJB's
>
>
>I am using Tomcat to handle servlets and JSP requests and have it mapped
>into Weblogic to handle EJB requests.  I am using JNDI to access
>my EJB's on
>Weblogic.  That is the theory at least.  In reality, when I access my
>servlet, it bombs out saying that it can't find the necessary JNDI classes
>in my classpath.  When I add the J2EE.jar file into my classpath
>for tomcat,
>it blows up.  Anyone have experience passing requests for EJB's
>from Tomcat?
>
>
>Dave Patton
>
>


RE: Tomcat, JNDI and EJB's

Posted by Joe Shevland <sh...@kpi.com.au>.
Personally, no, however the jBoss folks have integrated Tomcat with their J2EE server and may provide some assistance:

http://www.jboss.org

or the list:

mailto:jboss-user@list.working-dogs.com

HTH a bit,
Joe

>-----Original Message-----
>From: David Patton [mailto:dpatton@mvsn.com]
>Sent: Wednesday, 26 July 2000 2:06 PM
>To: tomcat-user@jakarta.apache.org
>Subject: Tomcat, JNDI and EJB's
>
>
>I am using Tomcat to handle servlets and JSP requests and have it mapped
>into Weblogic to handle EJB requests.  I am using JNDI to access 
>my EJB's on
>Weblogic.  That is the theory at least.  In reality, when I access my
>servlet, it bombs out saying that it can't find the necessary JNDI classes
>in my classpath.  When I add the J2EE.jar file into my classpath 
>for tomcat,
>it blows up.  Anyone have experience passing requests for EJB's 
>from Tomcat?
>
>
>Dave Patton
>
>