[jboss-user] [JBossWS] - Re: Connection timed out: connect

stevenh do-not-reply at jboss.com
Wed Sep 27 19:34:03 EDT 2006


ummm the connection timed out exeception usually means you are trying to connect a port on a machine that is not open... 

For example if your server is running on port 80 and your web service is trying to connect to port 8080.   you will get this error. 

There are so many different reasons that you could get this error... your service is not up, you have changed the web ports but not the web service ports.  etc.. etc.. etc..

My first guess would be that you have configured jboss to run on a different port but have missed the jbossws port configs.  check this by pulling up http://localhost:8080/jbossws  (with your current ports) and browsing to the wsdl, then check the soap:address location that it matches what you are expecting. 


Steve.  



View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3974708#3974708

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3974708



More information about the jboss-user mailing list