0 Replies Latest reply on Aug 27, 2015 10:36 AM by dke01

    AJP - Unexpected attribute 'tomcatAuthentication' encountered

    dke01

      I am trying to setup authentication pass through from IIS to my JBOSS application  I followed the steps here

      Configuring Tomcat-Connector for IIS 7.0 (Windows Server 2008) - Confluence SharePoint Connector 1.3 - Atlassian Documen…

      and I have the redirect working.

       

      I am using JBOSS EAP 6.2

      I did come across these

      https://developer.jboss.org/thread/195834

      [WFLY-254] tomcatAuthentication attribute on the AJP connector - JBoss Issue Tracker

      However it still asked for basic authentication box.

       

      when I update my server.xml

      <connector name="ajp" protocol="AJP/1.3" scheme="http" socket-binding="ajp" enabled="true" />

      to add

      tomcatAuthentication="false"  JBOSS fails to start with the error "Unexpected attribute 'tomcatAuthentication' encountered"