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

Chris,

On 8/26/2009 3:08 AM, Chris Cheshire wrote:
> The reason why I have the mount directives so open is because I am
> using Stripes with no prefix or suffix mappings on the actions
> (servlets).

Gotcha.

> As for the differences in configuration between the two web servers -
> the old one uses servlets with a specific mapping (/servlets/* &
> /*.jsp) for the mount directives

That's probably the difference; it doesn't sound very mysterious to me.

> My concern is why I now need the unmount directives where I didn't
> need them before.

It sounds simple to me:

JkMount /*
JkUnMount /*.gif
JkUnMount /*.jpg
JkUnMount /*.css
...

versus

JkMount /*.jsp

??

The second config simply never maps *.gif, *.jpg, etc.

> Is this due to the new version of mod_jk and that's
> just how it behaves, or because I have a very open mapping for the
> mount directives, or something else I'm just not seeing.

I don't believe there have been significant changes to the way mod_jk
works over the years.

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

iEYEARECAAYFAkqVPv4ACgkQ9CaO5/Lv0PDC4gCfSLCvGlL8yQG+Ju36dz3Mmjds
ko4An1rUPBIJVNHXiRWnzSQ2l7u0UusG
=1vrV
-----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