1

I'm using Wildfly in domain mode and our bigger groups of servers (with big EARs deployed) always respond our start/stop with

Request timeout

after few seconds, even when the command start/stop occurring with success in the servers.

With our smallest applications (WARs), the start/stop return successful messages:

Server Group STARTED succeeded

I'm trying to find some configuration that I can increase this waiting time start/stop time.

Dherik
  • 17,757
  • 11
  • 115
  • 164

1 Answers1

1

The time-out span is hard-coded in the current implementation of the console. It stops polling the server status after about 7.5 seconds.It's not harmful from a server instance's point of view.

Abhijit Humbe
  • 1,563
  • 1
  • 12
  • 13