|
Code changed in hudson hmm, still doesn't work for me with Apache 1.2.14 mod_proxy/mod_rewrite + Hudson 1.361: Hudson: [Winstone 2010/06/09 15:30:29] - Error within request handler thread Apache: Another workaround that works wirh Hudson standalone is mod_jk instead of mod_proxy. Regards This is definitely still broken. Just reproduced using the latest 1.367 .deb on Ubuntu 10.04 with this config: ProxyRequests Off Example log output: [Fri Jul 23 14:57:44 2010] [error] ajp_read_header: ajp_ilink_receive failed Similar error: |
|||||||||||||||||||||||||||||||||||
The AJP connector of the Winstone servlet container is broken. This bug has been reported in Winstone's bug tracker:
Problem with AJP running behind Apache 2.2 mod_proxy - ID: 2895779
Error within request handler thread, Ajp13Listener.ShortPac - ID: 2823683
The workaround is to use a "real" servlet container like Tomcat or Jetty, they have working AJP connectors.