RE: Tomcat and Sun's Application server

2006-07-31 Thread Jon Hoffman
Thanks for the reply but I already have the EJBs running in Sun's Application server. I also already have a number of applications (both web based and swing) that access those EJBs, I do not want to change all those other applications to access something else. I also only want one version of the

RE: Tomcat and Sun's Application server

2006-07-31 Thread Jon Hoffman
ules would apply. Regards, Rainer Jon Hoffman schrieb: > You are right it is an imcompatibilities between the Libraries. The > j2ee.jar contains a servlet.class that conflicts with the servlet.jar. > I have tried "cutting" out portions of the j2ee.jar that interferes > wi

RE: Tomcat and Sun's Application server

2006-07-31 Thread Jon Hoffman
etter solution... cheers, David |-+> | | "Jon Hoffman"| | | <[EMAIL PROTECTED]| | | ch.com> | | || | | 28/07/2006 13:23 | |

RE: Tomcat and Sun's Application server

2006-07-28 Thread Jon Hoffman
You are right it is an imcompatibilities between the Libraries. The j2ee.jar contains a servlet.class that conflicts with the servlet.jar. I have tried "cutting" out portions of the j2ee.jar that interferes with the servlet.class but then I get exceptions from other parts tring to access servlet.c

RE: Tomcat and Sun's Application server

2006-07-28 Thread Jon Hoffman
What I am trying to do is access an EJB from a Tomcat servlet which is what EJB's are designed for. For example, lets say I have an EJB that excepts a two Strings. One is the username and the other is the Password. The EJB then verifies the username/password with the datasource and sends a succe

RE: Tomcat and Sun's Application server

2006-07-28 Thread Jon Hoffman
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:431) Jul 28, 2006 6:27:27 AM org.apache.catalina.startup.Catalina load -Original Message- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: Thursday, July 27, 2006 7:47 PM To: Tomcat Users List Subject: Re: Tomcat and Sun's Application s

RE: Tomcat and Sun's Application server

2006-07-27 Thread Jon Hoffman
I spent most of the day tring to get this to work (three days now) and still no luck. Does anyone know how I can access an EJB hosted on a Sun Application server through a servlet hosted on Tomcat Any help would be most appreciated. Jon -Original Message- From: Jon Hoffman [mailto

Tomcat and Sun's Application server

2006-07-27 Thread Jon Hoffman
EB-INF/lib/j2ee.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/Servlet.class Can anyone give me any suggestions on how to get this to work? Thanks in advance for any help you can provide. Jon Hoffman