[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: mod_jk - Broken Pipe error

ergautam do-not-reply at jboss.com
Fri May 9 20:14:14 EDT 2008


I am not sure if this works for you. But I used to get some issue between apache and Jboss because of the firewall. 

This is what i did,
my workers.properties looks like this:


  | worker.list=loadbalancer
  | worker.maintain=60
  | 
  | # Define the first node...
  | worker.node1.port=7660
  | worker.node1.host=xyz.com
  | worker.node1.type=ajp13
  | worker.node1.lbfactor=1
  | worker.node1.socket_keepalive=true
  | worker.node1.connect_timeout=10000
  | worker.node1.prepost_timeout=10000
  | worker.node1.connection_pool_timeout=600

and the ajp connector in tomcat's server.xml looks like this:


  | 
  | <!-- Define an AJP 1.3 Connector on port 8009 -->
  |     <Connector port="7660" address="${jboss.bind.address}" protocol="AJP/1.3"
  |          emptySessionPath="true" enableLookups="false" redirectPort="48443" connectionTimeout= "600000" />

Here is the link that i referred  to :

http://tomcat.apache.org/connectors-doc/generic_howto/timeouts.html

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

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



More information about the jboss-user mailing list