I'm running NetBeans 6.8 Beta with JBoss 4.3.0CP6 application server.
I am starting JBoss via the command prompt and binding it to an IP address using the following command:
run -c all -b 192.168.1.2
I have an instance of JBoss registered in NetBeans, but because of issue 175501, this instance is bound to localhost.
When I choose to deploy a Java EE 5 project to NetBeans, NetBeans incorrectly attempts to start up JBoss bound to localhost rather than deploying to the currently running instance. Deployment does not succeed and the application cannot be run/tested.
I've raised issue 175513 regarding this.
Cheers,
Dave.