What is the name of the
tomcat9
service process on Debian 12?
sudo systemctl status tomcat9.service
● tomcat9.service - Apache Tomcat 9 Web Application Server
Loaded: loaded (/lib/systemd/system/tomcat9.service; enabled; preset: enabled)
Active: active (running) since Mon 2025-02-17 20:08:17 CET; 1 week 4 days ago
Docs: https://tomcat.apache.org/tomcat-9.0-doc/index.html
Process: 6800 ExecStartPre=/usr/libexec/tomcat9/tomcat-update-policy.sh (code=exited, status=0/SUCCESS)
Main PID: 6804 (java)
Tasks: 49 (limit: 4632)
Memory: 612.2M
CPU: 16min 49.875s
CGroup: /system.slice/tomcat9.service
└─6804 /usr/lib/jvm/default-java/bin/java -Djava.util.logging.config.file=/var/lib/tomcat9/conf/logg
But there is no such process called tomcat
or tomcat9
, however, i found that on port 8080
the process name that listens is java
? I am very confused by this. Is this normal?
Asked by atapaka
(675 rep)
Mar 1, 2025, 07:15 PM
Last activity: Mar 1, 2025, 08:22 PM
Last activity: Mar 1, 2025, 08:22 PM