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 253993 - WildFly - management port is not configurable (wrong console parameter)
Summary: WildFly - management port is not configurable (wrong console parameter)
Status: NEW
Alias: None
Product: apisupport
Classification: Unclassified
Component: API docs (show other bugs)
Version: 8.1
Hardware: PC Linux
: P3 normal with 1 vote (vote)
Assignee: Martin Kozeny
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-30 12:05 UTC by rigels02
Modified: 2015-11-08 10:29 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Netbeans Log file (129.13 KB, application/octet-stream)
2015-07-30 12:05 UTC, rigels02
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rigels02 2015-07-30 12:05:52 UTC
Created attachment 155054 [details]
Netbeans Log file

Link: http://services.netbeans.org/synergy/client/app/#/case/5640/suite/1961

Trying to change Http Port (to 8088)  and Managed Port (to 9999) values for WildFly 9 server.

If I put mouse cursor on the Wildfly Application server node, then I see http://localhost:8088. 
If I start server , its started and I see it in the Log file, but there is no Icon on Wildfly Application server node showing the running server. As result, "Stop" , "Restart" items in right-click menu are disabled. I can only kill server instance. 
In reality, the http Port stays unchanged (8080) and Managed Port too (9990).
Comment 1 adamk 2015-11-08 10:22:49 UTC
I confirm. 
Ubuntu LTS x64 & NetBeans 8.1
|-WildFly 8.0.2.Final
|-WildFly 9.0.1.Final
|-WildFly 9.0.2.Final


How to reproduce: 
1) add new WildFly server via Services tab 
2) set custom: 
|-- "Port: 8081" -> -Djboss.http.port=8081 -> OK
|-- "Management Port: 9991" -> -Djboss.management.native.port=9991 -> ERR

IDE/plugin use wrong console parameter instead of jboss.management.native.port it should be jboss.management.http.port as used in standalone.xml within socket-binding-group -> management-http