On Mon, Jul 14, 2008 at 2:39 PM, Rainer Jung <rainer.jung@xxxxxxxxxxx> wrote:First of all 5.5.12 is very outdated and also very early in the 5.5 release cycle.
You need to add 'tomcatAuthentication="false"' in the Connector element for your AJP connector. The connector you showed us above is
- an https connector
- a comment and not active
At least two good reasons, why this is not the right one. The AJP Connector is the one, which uses port 8009 in the default configuration and which you can identify by 'protocol="AJP/1.3"'.
Regards,
RainerOops.. here is the http connector line in my configuration:<!-- Define a non-SSL HTTP/1.1 Connector on port 8080 --><Connector port="64080" maxHttpHeaderSize="8192"maxThreads="150" minSpareThreads="25" maxSpareThreads="75"enableLookups="false" redirectPort="8443" acceptCount="100"connectionTimeout="20000" disableUploadTimeout="true" />Thanks Rainer. I will try out the later releases.. may be tomcat6 itself.Nikhil