2 Replies Latest reply on May 17, 2016 10:05 AM by manojrajput

    ajp redirectport not working

    manojrajput

      AJP redirectPort configuration is not working correctly. Jboss is not starting up.

       

      configuration :

       

      1.   <connector name="http" protocol="HTTP/1.1" scheme="http" socket-binding="http"/>
      2.             <connector name="https" protocol="HTTP/1.1" scheme="https" socket-binding="https" secure="true">
      3.             <ssl key-alias="testserver" password="123456" certificate-key-file="/home/jboss/jboss-eap-6.1/standalone/configuration/testserver.keystore" protocol="TLS"/>
      4.             </connector>
      5.             <connector name="ajp" protocol="AJP/1.3" scheme="http" socket-binding="ajp" redirect-Port="8443" secure="true"/>

       

      Error :

      14:30:13,594 ERROR [org.jboss.as.server] (Controller Boot Thread) JBAS015956: Caught exception during boot: org.jboss.as.controller.persistence.ConfigurationPersistenceException: JBAS014676: Failed to parse configuration

              at org.jboss.as.controller.persistence.XmlConfigurationPersister.load(XmlConfigurationPersister.java:141) [jboss-as-controller-7.2.0.Final-redhat-8.jar:7.2.0.Final-redhat-8]

              at org.jboss.as.server.ServerService.boot(ServerService.java:308) [jboss-as-server-7.2.0.Final-redhat-8.jar:7.2.0.Final-redhat-8]

              at org.jboss.as.controller.AbstractControllerService$1.run(AbstractControllerService.java:188) [jboss-as-controller-7.2.0.Final-redhat-8.jar:7.2.0.Final-redhat-8]

              at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_09-icedtea]

      Caused by: javax.xml.stream.XMLStreamException: ParseError at [row,col]:[262,13]

      Message: JBAS014788: Unexpected attribute 'redirectPort' encountered

       

      Kindly help.