Tomcat is a standalone Servlet/JSP engine. You could use it on its own for web sites with little traffic. For web sites with loads of traffic it si advisable to use Tomcat in conjuction with Apache. One advantage of Tomcat over JServ is that Tomcat supports JSP pages while JServ not (at least earlier versions. I am not sure if there are any new ones that support JSP).
19/11/2001 05:06:30, "Wilson E. Lozano R." <[EMAIL PROTECTED]> wrote: >Hi guys, i have a question... >I use apache + ApacheJserv, but i see into te maols of the list that >Tomcat is a good option. But i don't know.. if is Tomcat a module of >apache or is Tomcat an copmplet web server? >thanks in advanced.. >----------------------------------- >Wilson Lozano >----------------------------------- > >======================================================================== >=== >To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff >JSP-INTEREST". >For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST >DIGEST". >Some relevant FAQs on JSP/Servlets can be found at: > > http://archives.java.sun.com/jsp-interest.html > http://java.sun.com/products/jsp/faq.html > http://www.esperanto.org.nz/jsp/jspfaq.jsp > http://www.jguru.com/faq/index.jsp > http://www.jspinsider.com > __________________________________________ "It can only be attributed to human error" 2001 A Space Odyssey =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://archives.java.sun.com/jsp-interest.html http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.jsp http://www.jguru.com/faq/index.jsp http://www.jspinsider.com
