-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Dale,

On 7/19/2010 7:42 PM, Dale Ogilvie wrote:
> Reasons to use httpd being what?

Here are a few ideas:

1. Load balancing
2. Use of mixed Java and non-Java webapps (PHP, Perl, etc.)
3. Use of multiple Tomcat instances behind a single web server

If I thought about it, I could come up with a few more.

> We historically have used httpd and
> mod_proxy_ajp, but less being more I'm considering a tomcat only setup. 

Tomcat-only is a great setup when you have a non-complicated
environment. If you can do it, I'd say "go for it". Fewer attack
vectors, fewer packages to keep up-to-date, etc. Just remember to use
APR+sendFile ;) Or even NIO+sendFile.

> The reason we used httpd in the past was "httpd serves static content
> better".

That reason is no longer valid with a proper configuration.

> One other reason that comes to mind is httpd url rewrite support,
> assuming tomcat can't help in this area. Any others?

tuckey's urlrewrite, though mod_rewrite is much more chainsawy than
urlrewrite.

- -chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkxFGwIACgkQ9CaO5/Lv0PAtCgCfQhy1SRwitWFe/YIcPYLLhp/G
l3EAn1Xl0vj98K8+uLCR/XBN5W5fGs7Q
=+w6j
-----END PGP SIGNATURE-----

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

Reply via email to