Comments on: How to Install Apache Tomcat on Debian 11 (Step by Step) https://www.linuxtechi.com/how-to-install-apache-tomcat-on-debian/ Thu, 10 Aug 2023 04:47:53 +0000 hourly 1 By: Sasha https://www.linuxtechi.com/how-to-install-apache-tomcat-on-debian/#comment-57072 Thu, 10 Aug 2023 04:47:53 +0000 https://www.linuxtechi.com/?p=13644#comment-57072 Would You please geve a comments about that not so obvious options?

Environment=”JAVA_OPTS=-Djava.awt.headless=true -Djava.security.egd=file:/dev/./urandom”
Environment=”CATALINA_OPTS=-Xms512M -Xmx1024M -server -XX:+UseParallelGC”

Appreciate!

]]>
By: prash https://www.linuxtechi.com/how-to-install-apache-tomcat-on-debian/#comment-54098 Sun, 28 May 2023 04:49:29 +0000 https://www.linuxtechi.com/?p=13644#comment-54098 i am getting this below error message when trying to insall tomcat on debian linux
sudo systemctl status tomcat
● tomcat.service – Tomcat webs servlet container
Loaded: loaded (/etc/systemd/system/tomcat.service; disabled; vendor preset: enabled)
Active: activating (auto-restart) (Result: exit-code) since Sun 2023-05-28 04:43:33 UTC; 978ms ago
Process: 80367 ExecStart=/opt/tomcat/bin/startup.sh (code=exited, status=203/EXEC)

please provide me link tomcat server download whcih has startup.sh script

]]>