msalerno Veteran
Joined: 17 Dec 2002 Posts: 1338 Location: Sweating in South Florida
|
Posted: Tue Apr 25, 2006 9:45 pm Post subject: Apache - Tomcat - AJP/1.3 - Admin and Manager - Need help |
|
|
I currently have my apache/tomcat setup running 95% complete. Of course, this is when I run into a new problem.
Since the entire website is password protected (Apache w/ mod_ldap) and on tomcat I needed to access the Remote_User variable from tomcat.
According to all of the docs I read, I need to set the following in my server.xml, so that tomcat acknowledges apache's authentication.
Code: | <Connector
...
tomcatAuthentication="false"
...>
</Connector> |
I restarted tomcat and it worked perfectly. The only problem now is that when I go to access my /manager or /admin, I get:
HTTP Status 403 - Access to the requested resource has been denied
The error message is from tomcat, not apache.
Does anyone know how I can get around this? I have been going through the configs, but I am at a loss.
Thanks |
|