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

Andreas,

Andreas Schneider wrote:
| I am trying to use my tomcat 6 over Apache 2.2 [using mod_jk].

Your problem is more likely the addition of ";jsessionid=..." to the
URLs on your login page (because the server doesn't yet know if the
client supports cookies).

You have a few options:

1. Have Tomcat handle your static content (more JkMount lines)
2. Use mod_rewrite to remove ";jsessionid=..." from URLs that
~   mod_jk does not handle
3. Use JkStripSession

I recommend #3 because it's the easiest and probably the most efficient.

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

iEYEARECAAYFAkfjxlgACgkQ9CaO5/Lv0PB9VQCffkTc0YrPtsrmuurpDWKGjwNw
xMQAoLz8w8wZEqIUxzdg9I78ZBw6y+VW
=IKf0
-----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