In sample-bindings.xml, the ajp port is calculated using the http port:

  |       <service-config name="jboss.web:service=WebServer"
  |          delegateClass="org.jboss.services.binding.XSLTFileDelegate"
  |          >
  |          <delegate-config>
  | ...
  |      <xsl:variable name="portAJP" select="$port - 71"/>
  | ...
  |          </delegate-config>
  |          <binding port="8080"/>
  |       </service-config>
  | 
So for the ports-default config, the ajp port is 8009.  For the ports-01 
config, the ajp port is 8109 (http port is configured as 8180).

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3901593#3901593

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3901593


-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to