Re: Starting Tomcat 10 at bootup

2022-11-28 Thread Jeffrey Walton
On Sat, Nov 26, 2022 at 11:46 AM Greg Wooledge wrote: > ... > In systemd.service(5) you'll find a description of the basic types of > services that can be started. The one you want is called "forking". > > Type=forking > > You'll need to read and understand the systemd documentation *and* the > t

Re: Starting Tomcat 10 at bootup

2022-11-28 Thread Anssi Saari
Amn Ojee Uw writes: > systemctl status tomcat.service > ● tomcat.service - Tomcat webs servlet container > Loaded: loaded (/etc/systemd/system/tomcat.service; enabled; vendor > preset> > Active: activating (auto-restart) (Result: exit-code) since Fri > 2022-11-25> > Process: 86949

Re: Starting Tomcat 10 at bootup

2022-11-26 Thread Greg Wooledge
On Sat, Nov 26, 2022 at 07:07:54AM -0700, Charles Curley wrote: > On Sat, 26 Nov 2022 06:40:24 -0500 > Amn Ojee Uw wrote: > > > If from the command prompt or a shell script, I run this code sudo > > '/opt/tomcat/bin/catalina.sh run', Tomcat runs nicely, but it grabs > > the Terminal, if I close

Re: Starting Tomcat 10 at bootup

2022-11-26 Thread Charles Curley
On Sat, 26 Nov 2022 06:40:24 -0500 Amn Ojee Uw wrote: > If from the command prompt or a shell script, I run this code sudo > '/opt/tomcat/bin/catalina.sh run', Tomcat runs nicely, but it grabs > the Terminal, if I close the Terminal, Tomcat just stops working. > Obviously not a perfect solution.

Starting Tomcat 10 at bootup

2022-11-26 Thread Amn Ojee Uw
Hey folks! The issue : ~~~ I just installed 'apache-tomcat-10.0.27.tar.gz' in my Debian 11 (stable) box, running OpenjDK 17.0.4, this was done following the recommendation on 'How to Install Apache Tomcat on Debian 11 (Step by Step)