> > Am 09.07.2020 um 15:19 schrieb calder <calder....@gmail.com>: > > On Thu, Jul 9, 2020, 06:59 Christoph Kukulies <k...@kukulies.org> wrote:. > > might try: > user@machine:~ /> ps systemctl status <PID of JAVA> > so in your example > user@machine:~ /> ps systemctl status 1092 > > > systemctl status 1092 > > worked (without the „ps“) :) > > sorry about that ... somehow fat-fingered that in : / > > On Thu, Jul 9, 2020, 11:13 Christoph Kukulies <k...@kukulies.org> wrote:
Is it an Ubuntu peculiarity that a tomcat.service gets installed? I assume, I’m getting this automatically when doing an apt-get install tomcat8, right? For a distro-specific Tomcat install - meaning the Ubuntu team customized the packaging and created the expected / related services... ... yes, a service would be automagically configured to start up Tomcat. Most all distros do that ... if you elect to install the software, but DO NOT want the service to be automagically started, you'd need to explicitly stop and / or disable it.