Re: [appfuse-user] web server architecture

2010-11-23 Thread Matt Raible
I'd recommend Apache in front of Tomcat so you can do things like gzip compression, expires headers and things of that sort in Apache. You can either front multiple Tomcat instances with one Apache server, or use something like a load balancer in front of Apache to distribute the load across many s

[appfuse-user] web server architecture

2010-11-17 Thread Josep GarcĂ­a
Sorry about the somewhat off-topic, but is there any good references on Internet with recommended architecture for an intranet/extranet web server, taking into account the security aspects? I mean, is it recommended to have Apache httpd + Tomcat? Same machine? etc. Josep