how is it possible to start JBoss (Wildfly) application server from a GUI ? I would like to implement a own GUI like XAMPP. Only a "start" - Button and "stop" - Button.
Maybe I have to start the .bat - file? There is a start and stop .bat available, but how can I do this in JAVA? To implement a GUI is not the case. The question is to start / stop the server.
Any ideas?