On Tue, Jan 8, 2019 at 9:39 AM John Larsen <john.lar...@javapipe.com> wrote:

> I simply tie systemd with the init script. Our servers host around 20-30
> tomcat instances. I found it easier do it this way.
>

It's easier for you because you're more familiar with the init scripts, but
tying a modern system into an older one just to make it easy is a hack IMO,
and while it can be OK under some circumstances when maintaining an older
system, I would advise strongly against that when setting up a new system.

Igal


>
>
> John Larsen
>
>
>
> On Tue, Jan 8, 2019 at 10:26 AM Igal Sapir <i...@lucee.org> wrote:
>
> > On Tue, Jan 8, 2019 at 9:08 AM John Larsen <john.lar...@javapipe.com>
> > wrote:
> >
> > > Setup an init script.
> > >
> >
> > On modern Linux systems you should really use systemd instead of the old
> > init scripts.
> >
> > I've written in the past a script that can be used as a systemd template,
> > so it allowed for multiple services to be run on different ports with
> > different settings.  I can't find it easily ATM though.
> >
> > I think that it'd be good if Tomcat came with such a script so that it's
> > easy to install as a systemd service.
> >
> > Igal
> >
> >
> > > This is similar to how I do it.
> > > https://gist.github.com/katesclau/0ff6e41fd698e94eb43c
> > >
> > > John Larsen
> > >
> > >
> > >
> > > On Tue, Jan 8, 2019 at 10:01 AM Joel Saunders <joel.saund...@zones.com
> >
> > > wrote:
> > >
> > > > All,
> > > >
> > > >
> > > >
> > > > I just installed Tomcat 8.5 on RedHat.
> > > >
> > > >
> > > >
> > > > The previous tomcat6 install was setup so that I could use the linux
> > > > service command to start and stop.
> > > >
> > > >               I’d like to take that feature away from the tomcat6
> > install
> > > > and add it for the new tomcat85 install.
> > > >
> > > >
> > > >
> > > > I’d also like for tomcat85 to be able to autostart upon reboots.
> > > >
> > > >
> > > >
> > > > Lastly, I’d like the logs to go to /var/log/tomcat8 if possible.
> > > >
> > > >
> > > >
> > > > Can anyone point me to the correct way to accomplish these
> > requirements?
> > > >
> > > >
> > > >
> > > > Thanks in advance for your cooperation.
> > > >
> > > >
> > > >
> > > > … Joel
> > > >
> > > >
> > > >
> > > > *JOEL SAUNDERS*
> > > >
> > > >
> > > >
> > > > SR. DBA/ARCHITECT, MANAGED SERVICES | Zones, Inc.
> > > >
> > > > W: 518-652-4089| C: 518-265-0771
> > > > joel.saund...@zones.com | zones.com <https://nfrastructure.com/>
> > > >
> > > > <http://zones.com/>
> > > >
> > > >
> > > >
> > > > <https://www.facebook.com/nfrastructure/>
> > > > <https://www.linkedin.com/company/nfrastructure/>
> > > > <https://twitter.com/nfrastructure>
> > > > <https://www.youtube.com/user/nfrastructure1992>
> > > >
> > > >
> > > >
> > >
> >
>

Reply via email to