Page 1 of 1

Tomcat autostart after closing terminal session on Linux?

Posted: Mon Mar 09, 2020 7:11 am
by admin
Hi,
Normally when you start tomcat in Linux when you exit your terminal tomcat will also shut down to make it permanent following steps,


[tomcat@erpstuff ~]$ nohup sh $CATALINA_HOME/bin/startup.sh &
[1] 21387
[tomcat@erpstuff ~]$ nohup: ignoring input and appending output to ânohup.outâ

[1]+ Done nohup sh $CATALINA_HOME/bin/startup.sh
[tomcat@erpstuff ~]$