[jboss-user] [Management, JMX/JBoss] - ports for application and consoles

jamesjmp do-not-reply at jboss.com
Tue Jan 8 06:58:51 EST 2008


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!

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

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



More information about the jboss-user mailing list