If I run Wildfly 9 Server using NetBeans, it does not detect that it is running. If I start again, I get the error message "WildFly 9.0.0 Start Failed. HTTP port 8080 is already in use."
The port is used by Wildfly. Wildfly is launched by NetBeans but not detected.
(If I stop Wildfly manually, I can start it again without an error message, but NetBeans does not detect it. If I try to start again, I get the error message "... port 8080 is already in use.")
Why can't NetBeans detect a running instance of Wildfly?
source
share