im running tomcat on my ubuntu 18.04 headless server as root. Like in apache or nginx you can start a service as non-root with systemd and only root will start the master process to bind the ports 80 & 443. So i will using the same start process like apache&nginx for my tomcat. After adding user and group as tomcat (no superuser) and create tomcat.service, what i need config too ???
i would be very thankfull if somebody cans helps me out.
blackbeard