I've got a webapp that's entirely dynamic. That is, all of the content is produced by servlets through Tomcat. The only static content for the site is a .css file and a small error page. Is there any reason for me to have Apache httpd listening on port 80 and have that connected to Tomcat with mod_jk2, or should I just have Tomcat's http server listen on port 80? --------------------------------- Do you Yahoo!? Everyone is raving about the all-new Yahoo! Mail Beta.
- do I need Apache httpd? Nolan Johnson
- Re: do I need Apache httpd? Steven Bell
- Re: do I need Apache httpd? Andrew Miehs