"gerry744" wrote : I'm using Jboss behind apache. | '/jbossws/services' works fine, the wsdls's work fine, but the actual services don't work. They do work if I connect directly on port 8080, but not through apache. Everything else is working fine through apache. | If I try connecting a browser to the actual service via apache, instead of seeing the service I just get "http GET not supported". | | Anyone know what I'm doing wrong ? | | I'm using jboss 4.2.1, jbossws 2.0.1, apache2 on another machine, jk 1.2, all on gentoo. | | Thanks!
I would check what url apache is actually trying to connect to; I mean, it's ok that you get a "http GET not supported" if you access an endpoint using your browser. As a matter of fact, endpoints support POST, GET is supposed to work only for wsdl retrieval calls. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079450#4079450 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4079450 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
