2 Replies Latest reply on Jan 8, 2008 6:59 AM by jamesjmp

    PORT

      hello,
      I have a seam-gened app, so its port is 8080.
      I want to use a different port to access the application,for instance 6000, but I want the web-console and jmx-console to go on being accessed by means of 8080.
      I have tried changing server.xml this way:

      <Connector port="6000" address="${jboss.bind.address}"
       maxThreads="250" strategy="ms" maxHttpHeaderSize="8192"
       emptySessionPath="true"
       enableLookups="false" redirectPort="8443" acceptCount="100"
       connectionTimeout="20000" disableUploadTimeout="true"/>
      
      but as I supposed not only the app but the consoles are now accessed by 6000 port. I do want a different port for the consoles.
      How may I configure the ports?
      

      thank you!