Paul Foxton wrote: [...] > The only reason you'd need to use tomcat with apache is if your site > has a lot of static files ( straight html and images) since apache > will serve this content marginally faster. Also, if your site > includes some perl say, you might want to use apache for its perl > support, and hook it up to Tomcat for your jsp/servlets. > > If your webapp is mainly dynamic jsp pages/servlets and you dont > need perl or php support theres no need to use apache _and_ Tomcat, > Tomcat can do everyhting you need on its own. >
[...] True, but you might want to use Apache if your site uses SSL a lot. The implementation of SSL in mod_ssl (through openssl) is faster than the implementation in Java. ashish shrestha. -- Ashish Shrestha Gha 2-482, Balajutar, Kathmandu, Nepal Phone: 977-1-350593. =========================================================================== 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
