Published on WSO2 Oxygen Tank (http://wso2.org)

Axis2 java web service, Tomcat and Apache HTTP server

By kgiannakakis
Created 2008-01-14 05:58

Hi all,

I have a situation where a Tomcat server (port 8080) and an Apache HTTP server (port 80) run on the same machine. Tomcat is connected to Apache through mod_proxy. I've deployed axis2.war on Tomcat with the intention to upload an axis2 web service. I've edited httpd.conf to connect the service with Apache and I can access the wsdl file at:

http://<server name>/axis2/services/<service name>?wsdl

However the wsdl file uses the following web service address:

http://<server name>:8080/axis2/services/<service name>?wsdl

As a result clients can't access the service (port 8080 is blocked). Is there a solution to the problem? Is there another standard way to serve Axis2 java services through Apache http server?

Thanks,

Kostas

 

 

 

 


Source URL:
http://wso2.org/forum/thread/3060