Hello, I have httpd running partially as a proxy to a tomcat
server. I do this with the mod_jk which works fine. But now I also need to route Web Services through httpd
to the tomcat server which does not work. In the acces log I find this entry for the web
service call: "POST
http://192.168.200.194:8080/axis2/services/binarytest HTTP/1.1" 413 1798
"-" "Axis2" A normal call to a web app (which works) looks like
this: "POST
/gvrechner/gvBetrieb.do HTTP/1.1" 200 20347 "http://my.proxy.de/gvrechner/init.do"
"Mozilla/5.0 Looks to me like the routing does not work. Has anyone worked on this problem before or knows a
good tutorial on this scenario? Cheers, Pete |