1.

How Do You Start And Stop Tomcat In Linux?

Answer»

When you install Tomcat in Linux by unzipping the downloaded package, you can SEE that there is a startup.sh and shutdown.sh file in the tomcat/bin directory. These scripts are used to start and stop Tomcat in Linux. These scripts internally CALL Catalina.sh, the MAIN SCRIPT to start Tomcat ENGINE.

When you install Tomcat in Linux by unzipping the downloaded package, you can see that there is a startup.sh and shutdown.sh file in the tomcat/bin directory. These scripts are used to start and stop Tomcat in Linux. These scripts internally call Catalina.sh, the main script to start Tomcat engine.



Discussion

No Comment Found