Can not connect to tomcat server externally,
Posted
by KItis
on Server Fault
See other posts from Server Fault
or by KItis
Published on 2010-06-05T06:04:27Z
Indexed on
2010/06/05
6:12 UTC
Read the original article
Hit count: 471
My Tomcat server is running on virtual server, this server is running on fedora machine. I have setted up everything on this machine to run tomcat, tomcat working well on local host. but i can not access the wsdl of the webservice running on this tomcat server remotely using IP address of this server, as follows.
http://xxx.xxx.xxx.xxx:8080/axis2/services/listServices
one of my friend said that i need to configure DNS to access remotely using IP address, i didn't understand what he said also. iptables on this server is also stooped. Also , i can access mysql running on this server remotly, my problem is why doesn't it work for tomcat.
could someone can help me to find a solution for this problem. Thanks in advance for any help
© Server Fault or respective owner