TheGrailer:

> So what do you all think? Is the Apache2 infront of the Tomcat 6 a waste of
> time or worth while?

I agree with what Pid and Peter already said. Just to phrase it with my
own words: I see two major reasons why you'd want to put httpd in front
of Tomcat
1. To act as a load balancer for multiple Tomcats.
2. To serve dynamic content written in something that Tomcat isn't able
to process as good as httpd (if at all), for example PHP.

Judging from what you wrote, neither seems to apply to your case.
Nevertheless it would be interesting to hear why your friend, who
advocates the use of httpd, thinks this additional complexity is justified.
In my experience, simply having some static content to serve, isn't a
justification.

-- 
Regards
  mks

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to