DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=11563>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=11563


[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|critical                    |normal
            Version|Unknown                     |5.5.7




------- Additional Comments From [EMAIL PROTECTED]  2005-05-25 17:49 -------
It would appear that this can be resolved by turning off Tomcat Auth at the 
connector level.

I was able to modify server.xml and add the 'tomcatAuthentication="false"' 
setting.

Perhaps a FAQ could help with this.

<!-- Define an AJP 1.3 Connector on port 8009 -->
    <Connector port="8009" 
               tomcatAuthentication="false" enableLookups="false" 
redirectPort="8443" protocol="AJP/1.3" />


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to