-
1. Re: JBoss and Tomcat
dreamcoder May 15, 2003 9:16 PM (in response to substring)JBoss and Tomcat are very different, but are often used together. Tomcat is a servlet/JSP container which services HTTP requests. JBoss is an EJB container which provides a rich environment for deploying componentized distributed applications. There are lots of good books on J2EE and EJB's out there which I'm sure will provide you with a more complete (and probably more accurate) explanation than I have.
-
2. Re: JBoss and Tomcat
amartinr Jul 4, 2003 4:16 AM (in response to substring)Hi.
Does JBoss support JSP-servlets without Tomcat?
Thanks in advance
Ana -
3. Re: JBoss and Tomcat
vijay_radha Jul 11, 2003 11:45 PM (in response to substring)Hi,
To run a JSP/Servlet, we need a servlet container.
Normally, all the J2EE compliant Application servers come along with a servlet container.
JBoss provids support for two servlet container.
One is Tomcat and another one is Jetty.
So, you have to use either of the servlet container whicjh is interagted with JBoss to run the servlet/jsp program.
Vijay -
4. Re: JBoss and Tomcat
kumarsoft Jan 12, 2004 9:46 PM (in response to substring)If I have already installed Tomcat, should I install the JBoss standalone or should I install the JBoss + Tomcat bundle (uninstall my old one first of course).
Any help is highly appreciated
thanks
Muthu.