Re: Using Tomcat and JBoss together

2003-07-31 Thread epyonne
Tomcat is a servlet container and JBoss is a full fledge J2EE/EJB container. Having said that, JBoss needs Tomcat (or Jetty) to be complete. Currently, I am using jboss-3.2.1_tomcat-4.1.24 bundle and it is great. I highly recommend you to use JBoss instead of Apache2. Hope this helps. - Or

RE: Using Tomcat and JBoss together

2003-07-31 Thread mike jackson
sense to use apache because you can run jboss/tomcat as a non-root user. --mikej -=-- mike jackson [EMAIL PROTECTED] > -Original Message- > From: epyonne [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 31, 2003 12:35 PM > To: Tomcat Users List > Subject: Re: Using Tomca

RE: Using Tomcat and JBoss together

2003-07-31 Thread mike jackson
JBoss is fairly complete J2EE application server. Tomcat just does the Servlet/JSP portion of the the J2EE spec. You can get Jboss with either Jetty or Tomcat as the Servlet/JSP engine. Either should be able to be connected to Apache2 via mod_jk2 as they both support apj13. --mikej -=-- mik