RE: Tomcat and Sun's Application server

2006-07-31 Thread Jon Hoffman
everything. Jon -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, July 28, 2006 1:28 PM To: Tomcat Users List Subject: RE: Tomcat and Sun's Application server Have you looked at Spring? J2EE without EJB (in most cases). Many are finding it a MUCH better

RE: Tomcat and Sun's Application server

2006-07-31 Thread Jon Hoffman
of my EJB's. Thanks everyone for your suggestions Jon -Original Message- From: Rainer Jung [mailto:[EMAIL PROTECTED] Sent: Friday, July 28, 2006 4:35 PM To: Tomcat Users List Subject: Re: Tomcat and Sun's Application server Tomcat will not load any webapp jar containing javax.servlet.Servlet

Re: Tomcat and Sun's Application server

2006-07-31 Thread Christopher Schultz
Jon, The thing is, I already have the EJB working and a number of different apps already connect and use them. I would also like to be able to use them through my servlets running in a tomcat cluster (then I could move most of my stuff to tomcat), but I really do not have the time to

RE: Tomcat and Sun's Application server

2006-07-31 Thread Jon Hoffman
Schultz [mailto:[EMAIL PROTECTED] Sent: Monday, July 31, 2006 10:05 AM To: Tomcat Users List Subject: Re: Tomcat and Sun's Application server Jon, The thing is, I already have the EJB working and a number of different apps already connect and use them. I would also like to be able to use them

Re: Tomcat and Sun's Application server

2006-07-31 Thread Christopher Schultz
Jon, What I need is a way to acces the EJB that are running in the Suns Application Server container from servlets running on a Tomcat Cluster. Thanks again for the reply I think that's what they're talking about. Instead of using j2ee.jar itself (which contains more stuff than necessary --

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

Re: Tomcat and Sun's Application server

2006-07-28 Thread Christopher Schultz
Jon, It just can not seem to understand why it is so hard to get a Java servlet container to communicate with an Enterprise Java Bean, it seems like they should work together seamlessly. Forgive my ignorance (I don't have much experience with EJBs), but it sounds like you are trying to use

RE: Tomcat and Sun's Application server

2006-07-28 Thread Jon Hoffman
, swing, and most web based apps except for the ones on my Tomcat cluster :O(. Jon -Original Message- From: Christopher Schultz [mailto:[EMAIL PROTECTED] Sent: Friday, July 28, 2006 12:57 PM To: Tomcat Users List Subject: Re: Tomcat and Sun's Application server Jon, It just can

Re: Tomcat and Sun's Application server

2006-07-28 Thread Christopher Schultz
Jon, What I am trying to do is access an EJB from a Tomcat servlet which is what EJB's are designed for. Sure, EJBs are designed to be used from servlets, but they can't really leave their containers (as you have found). Since you need j2ee.jar available to support the EJBs, there are all

RE: Tomcat and Sun's Application server

2006-07-28 Thread Jon Hoffman
: Christopher Schultz [mailto:[EMAIL PROTECTED] Sent: Friday, July 28, 2006 1:17 PM To: Tomcat Users List Subject: Re: Tomcat and Sun's Application server Jon, What I am trying to do is access an EJB from a Tomcat servlet which is what EJB's are designed for. Sure, EJBs are designed to be used

RE: Tomcat and Sun's Application server

2006-07-28 Thread dhay
| | cc: | | Subject: RE: Tomcat and Sun's Application server

Re: Tomcat and Sun's Application server

2006-07-28 Thread Rainer Jung
the services (like EJB's) so we do not have these imcompatibilities. Jon -Original Message- From: Christopher Schultz [mailto:[EMAIL PROTECTED] Sent: Friday, July 28, 2006 1:17 PM To: Tomcat Users List Subject: Re: Tomcat and Sun's Application server Jon, What I am trying to do

Re: Tomcat and Sun's Application server

2006-07-27 Thread Mark Thomas
Jon Hoffman wrote: The problem seems to come from Sun's J2EE.jar file. This jar is needed by the EJB client but it also conflicts with the servlet.jar file that comes with tomcat therefore I get this warning in my Tomcat log file: INFO: