Hello,
  
   You can change the port number in the file server.xml in the  

    path:/deploy/jbossweb-tomcat55.sar

For example, In server.xml,

  |       <!-- A HTTP/1.1 Connector on port 8080 -->
  |       <Connector port="8082" address="${jboss.bind.address}"
  |          maxThreads="250" strategy="ms" maxHttpHeaderSize="8192"
  |          emptySessionPath="true"
  |          enableLookups="false" redirectPort="8443" acceptCount="100"
  |          connectionTimeout="20000" disableUploadTimeout="true"/>
  | 
Now, JBoss will start in the port 8082 instead of 8080.

   You can change port number as your wish before that, make sure that any 
other process is not using the new port that you are going to give.



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

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


_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to