Christopher Schultz schrieb:
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.

Although that's a good hint, I would expect the original error messages

client denied by server configuration: E:/server/apache-tomcat-6.0/temp/0-sw-builder/images/blank.gif, ...

client denied by server configuration: E:/server/apache-tomcat-6.0/temp/0-sw-builder/ci.css, ...

indicate, that those URLs did not include a jsessionid.

The same holds true for Mark's comment: although mod_proxy_* is easier to setup than mod_jk for simple situations, I expect that in this case here there really is a httpd configuration problem not related to Tomcat or mod_jk/mod_proxy_*. The web server already detected that it should deliver the content by itself, but it denies access to the file.

Why? Hard to tell without the full httpd configuration. Could be some interaction between Directory and Location settings.

Regards,

Rainer


---------------------------------------------------------------------
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