This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 268352

Summary: Cannot deploy to WildFly 10 after changing bind address
Product: javaee Reporter: vanob <vanob>
Component: Web ProjectAssignee: David Konecny <dkonecny>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: PC   
OS: Windows 7   
Issue Type: DEFECT Exception Reporter:

Description vanob 2016-10-05 11:34:46 UTC
Hello,

I'm using WildFly 10.1.
Everything works fine on localhost.
I wanted WildFly to listen on my local ip address which and I added
-Djboss.bind.address=192.168.8.20
to VM Options text field in Tools | Servers | WildFly Application Server | Platform window
Server is started normally from NetBeans and is bound to 192.168.8.20.
If I place war file in wildfly-10.1.0.Final\standalone\deployments folder the application is deployed and running fine.
But If I try to deploy it from the NetBeans, it displays Message Box with the text:
WildFly Application Server Start Failed. HTTP Connector port 8080 is already in use.
I guess NetBeans thinks that server is not running and still loading.