hola tengo un servidor con centos 7 que ya tiene un apache que viene con el plesk pero aparte necesito instalar tomcat hice todo pero me lanza los siguientes problemas no se si alguno me podría ayudar con esto
[root@u20910407 ~]# systemctl start tomcat.service
[root@u20910407 ~]# systemctl enable tomcat.service
[root@u20910407 ~]# systemctl status tomcat.service
● tomcat.service - Apache Tomcat
Loaded: loaded (/etc/systemd/system/tomcat.service; enabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Mon 2019-06-24 11:39:25 -03; 23s ago
Main PID: 18606 (code=exited, status=127)
Jun 24 11:39:25 u20910407 systemd[1]: Starting Apache Tomcat...
Jun 24 11:39:25 u20910407 startup.sh[18596]: Existing PID file found during start.
Jun 24 11:39:25 u20910407 startup.sh[18596]: Removing/clearing stale PID file.
Jun 24 11:39:25 u20910407 startup.sh[18596]: Tomcat started.
Jun 24 11:39:25 u20910407 systemd[1]: Started Apache Tomcat.
Jun 24 11:39:25 u20910407 systemd[1]: tomcat.service: main process exited, code=exited, statu.../n/a
Jun 24 11:39:25 u20910407 systemd[1]: tomcat.service: control process exited, code=exited status=1
Jun 24 11:39:25 u20910407 systemd[1]: Unit tomcat.service entered failed state.
Jun 24 11:39:25 u20910407 systemd[1]: tomcat.service failed.
Hint: Some lines were ellipsized, use -l to show in full.
[root@u20910407 ~]#