3 Replies Latest reply on Sep 23, 2011 2:49 PM by elfuhrer

    AJP Error with JBoss-7.0.2.Final

    elfuhrer

      I have enabled ajp in JBoss AS 7 as indicated in the docs.

      <subsystem xmlns="urn:jboss:domain:web:1.0" default-virtual-server="default-host">

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

      ...

       

       

      and I added the socket-binding:

       

      <socket-binding name="ajp" port="8009"/>

       

      When I run a stress test using JMeter the app server exists after 30 requests with the error attached.

       

      I'm using Windows 7 64 bit with JDK 7.

       

      Thanks for the assistance