Page 1 of 1

How to change of port un jboss

PostPosted:Wed Jul 23, 2008 5:15 pm
by i3a
hi
I have the next error in the install (run.sh)
Code: Select all
Address already in use:8080
I need change this port en jboos server.

thanks in advance

Re:How to change of port un jboss

PostPosted:Thu Jul 24, 2008 7:52 am
by jllort
See How to change port 8080 in JBoss? or How to change port number in JBoss App Server?.

If you have more than one jboss on the same machine - I think is not your case - take a look at Running two JBoss domains on same host.

Re:How to change of port un jboss

PostPosted:Thu Jul 24, 2008 10:23 am
by i3a
ok I\'ve found the solution
you just have to edit the server.xml file of jboss server and change ports

thanks