4 Replies Latest reply on Mar 8, 2007 2:32 AM by sujeet.banerjee

    jbossws always try to use port 8080

    liudan2005

      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?