Hello.
I need to start 2 instances of jboss on my machine, one of them accesible from other pc's.
Using the multiple IP approach, i start one instance with -b 127.0.0.1 and the other with -b 0.0.0.0
This is because i want that the second instance to be accesible from other pc's.
But i get the following error:
ERROR [org.jboss.kernel.plugins.dependency.AbstractKernelController] (main) Error installing to Start: name=jboss:service=WebService state=Create mode=Manual requiredState=Installedjava.lang.Exception: Port 8083 already in use.
Followed by a big stacktrace.
Anyone knows why does it happen and what would be the solution to have more than one instance one of which is accesible from other machines ?
Thanks a lot,Gustavo.