November 2007 Tomcat ServerInstallation Guide 79eyretel.home/tomcat/bin/startup.batIn the event you need to stop tomcat you can execute the followingcommand line:eyretel.home/tomcat/bin/shutdown.batTo ensure Tomcat is continuously running as service, a scheduled taskshould be used to restart the service once every day. This is achieved byutilising two tasks, one to stop and the other to start the service. They arescheduled for nightly execution.The start up script should contain the following command line:net start EyretelTomcatThe stop script should contain the following command line:net stop EyretelTomcatLog filesWhenever reporting an issue to support, it is necessary to provide copies ofall the relevant log files. There are two groups of log files, and each group islocated in a different directory.The first group relate to the Tomcat container, and are located in:eyretel.home/tomcat/logs.The second group relate to the web applications running in the Tomcatcontainer, and are located in:eyretel.home/logsWeb applicationsThe web applications are located in the following directory:eyeretel.home/tomcat/webapps