You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Ol...@ubsw.com on 2000/07/25 23:45:38 UTC

server.xml DTD

Is there one?  

Thanks,

-- O.L.


This message contains confidential information and is intended only 
for the individual named.  If you are not the named addressee you 
should not disseminate, distribute or copy this e-mail.  Please 
notify the sender immediately by e-mail if you have received this 
e-mail by mistake and delete this e-mail from your system.

E-mail transmission cannot be guaranteed to be secure or error-free 
as information could be intercepted, corrupted, lost, destroyed, 
arrive late or incomplete, or contain viruses.  The sender therefore 
does not accept liability for any errors or omissions in the contents 
of this message which arise as a result of e-mail transmission.  If 
verification is required please request a hard-copy version.  This 
message is provided for informational purposes and should not be 
construed as a solicitation or offer to buy or sell any securities or 
related financial instruments.


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
>
>


Tomcat, JNDI and EJB's

Posted by David Patton <dp...@mvsn.com>.
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