1 Reply Latest reply on Jan 18, 2008 8:17 AM by justkeys

    ports for application and consoles

      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 diffe
      rent port for the consoles.
      How may I configure the ports?
      If this is not the proper forum ofr this question, please tell me!
      thank you!