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

Charlotte,

Townsley, Charlotte wrote:
| Some of the applications do have unique domain names, but they resolve
| to the same IP in DNS, and then usually redirect to a subdirectory
| within the same domain. This redirect is accomplished with a mod_rewrite
| rule in a VirtualHost host entry within httpd.conf.

So, this is basically one application available to dozens of virtual
hosts? No problem:

1. Run your single application on a single Tomcat instance.
2. Configure "localhost" as the default <Host>.
3. Send all appropriate Apache httpd requests through the same
~   mod_jk worker (only a single worker is required).

The fact that you have many many DNS names is pretty much irrelevant as
far as webapps are concerned. Whenever possible, run as few webapps as
possible. You'll require less memory and management will be much easier.

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

iEYEARECAAYFAkgGt8EACgkQ9CaO5/Lv0PDkYACZAVKHKBBcQZjp92yJFV14UfVx
W2IAoJlkCTsBsUt2/Hce5m0hN+4DKEla
=wq1T
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to