Reputation: 59
I'm trying to open the connection to WildFly for all the local network. When I set the hostname to localhost
it works normally but just on this computer.
But when I change the hostname to 0.0.0.0
, it never finishes the starting process and it makes the IDE useless and makes other IDE tasks wait with following message:
Waiting another process to finish
Upvotes: 2
Views: 5320
Reputation: 334
I have had the same issue in the past.
If you are using JBoss tools plugin, try changing the 'Startup Poller'. It usually takes 'JBoss 7 Manager Service', Web Port or Timeout. I have mine set to 'JBoss 7 Manager Service'.
You can find this, by double clicking on your server and under the section 'Server State Detectors'. These state detectors tell the plugin how to figure out whether your server has started or stopped completely.
Upvotes: 1