Re: do I need Apache httpd?

2006-08-20 Thread Andrew Miehs
No you do not need Apache, unless your static content is MUCH greater than your dynamic content - And even then, with a low volume site, it really doesnt make any difference Regards Andrew Nolan Johnson wrote: I've got a webapp that's entirely dynamic. That is, all of the content is produ

Re: do I need Apache httpd?

2006-08-19 Thread Steven Bell
The answer mainly depends on your plans for the future. If the machine currently serving up your web app is not going to do anything else web related (requiring a web server such as Apache) then you are probably ok with shutting down Apache and changing Tomcat over to port 80. However, if you

do I need Apache httpd?

2006-08-19 Thread Nolan Johnson
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 wit