I've changed my port number from 8080 to 80 as you can see:
| <Connector port="80" address="${jboss.bind.address}"
| maxThreads="250" strategy="ms"
maxHttpHeaderSize="8192"
| emptySessionPath="true"
| enableLookups="false" redirectPort="8443"
acceptCount="100"
| connectionTimeout="20000"
disableUploadTimeout="true"/>
|
However, I can see that jbossws is still trying to connect 8080 for invoking services.
Anyone knows why this happens?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4017301#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...