Bash scripts to start and stop Apache Tomcat

Table of contentsIntroductionSolutionCompleted filesIntroduction In attempting to convert my Java knowledge into a web technology, i.e. learning Java web applications I have found that starting and stopping Apache Tomcat with the commands “/Library/Tomcat/bin/startup.sh” and “/Library/Tomcat/bin/shutdown.sh” (on MacOS) a little long winded for my memory. Solution By creating two simple bash scripts I can now start […]