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 - Cannot deploy to WildFly 10 after changing bind address
Summary: Cannot deploy to WildFly 10 after changing bind address
Status: NEW
Alias: None
Product: javaee
Classification: Unclassified
Component: Web Project (show other bugs)
Version: 8.1
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: David Konecny
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-05 11:34 UTC by vanob
Modified: 2016-10-05 11:34 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.