I'm trying to install WildFly 17.0.0 on CentOS7. I'm following this page instructions: https://linuxize.com/post/how-to-install-wildfly-on-centos-7/ But, when I get to the point where I should see the service running, it sends the following message: [root@ opt]# systemctl status wildfly ● wildfly.service - The WildFly Application Server Loaded: loaded (/etc/systemd/system/wildfly.service; enabled; vendor preset: disabled) Active: inactive (dead) Oct 14 11:08:49 systemd[1]: Started The WildFly Application Server. My Java is installed also: [root@ opt]# java -version java version "1.8.0_66" Java(TM) SE Runtime Environment (build 1.8.0_66-b17) Java HotSpot(TM) 64-Bit Server VM (build 25.66-b17, mixed mode) And I followed all the step several times and is still not working. I found some blogs saying there is a "descrption" field on the bat file, where you should remove the quotes. But when I go into the file, the quotes comes already removed and there is comments on the file saying the quotes were already removed. Any idea of what could be happening? Thanks in advance for the support. Regards Continue reading...