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

Lars,

Lars Nielsen Lind wrote:
> Which connector is the most relevant to use with Apache 2.2.3 and Tomcat
> 5.5.20? Is it mod_jk or is it proxy?

It depends on who you are, really. You may use either mod_jk or
mod_proxy_ajp to connect Apache httpd 2.2 to any version of Tomcat.

There are several advantages of mod_proxy_ajp over mod_jk:

1. It comes bundled with Apache httpd. That means that you probably
   don't have to compile and install it yourself.
2. It has a simpler configuration syntax.

mod_jk offers one big advantages IMO:

Rich configuration syntax allows for more exotic configuration options.
My experience has been that it's easy to get yourself into a
configuration where mod_proxy_ajp simply can't do the job without
resorting to running every URL through mod_rewrite just to get it to
work. In these cases, mod_jk configuration is cleaner.

Once you decide which connector to use, then the configuration examples
will make more sense.

- -chris

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

iD8DBQFFWlFg9CaO5/Lv0PARAheoAKC7CsMP/lukunu5cH3wdNKI5RbgIwCeLV4h
C44IwI9c4OiajOZ+RMHoJE4=
=4S56
-----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