


INFO: Starting Coyote HTTP/1.1 on http-8080ġ0:42:28 PM .common.ChannelSocket init INFO: Starting Servlet Engine: Apache Tomcat/6.0.14ġ0:42:17 PM .StandardHost startġ0:42:27 PM 11.Http11BaseProtocol start INFO: Initializing Coyote HTTP/1.1 on http-8080ġ0:42:17 PM .Catalina loadġ0:42:17 PM .StandardService startġ0:42:17 PM .StandardEngine start INFO: The Apache Tomcat Native library which allows optimal performance in produ ctionĮnvironments was not found on the : Using CATALINA_TMPDIR: /home/ian/apache-tomcat-6.0.14/tempġ0:42:16 PM .AprLifecycleListener lifecycleEvent Using CATALINA_HOME: /home/ian/apache-tomcat-6.0.14 Using CATALINA_BASE: /home/ian/apache-tomcat-6.0.14 This output should look similar to Example 1-1. The runĪrgument causes Tomcat to leave the standard output and error streams where they currentlyĪre (such as to the console window) useful for running from a terminal when you want to Standard error streams directed into the file CATALINA_HOME/logs/catalina.out. Invoked with start (as it is when called from startup), it starts up Tomcat with the standard output and The main script, catalina, is invoked with one of Qualified class that is in the classpath that is set. To set environment variables and then call the main method of any fully This is a generic Tomcat command-line tool wrapper script that can be used This is also only used internally and sets the Tomcat classpath and several
APACHE TOMCAT LOGS PATH DIRECTORY WINDOWS
This script installs and uninstalls Tomcat as a Windows service. To Tomcat classpath environment variables. This is used internally, and then only on Windows systems, to append items This runs the java command to invoke the Tomcat startup and shutdown Therefore, the name in the table appears simply asĬatalina. Referring to these, we have omitted the filename extension because catalina.bat has the same meaning for Microsoft Windows users Table 1-1 lists these scripts and describes each. Invoke directly are provided both as shell script files for Unix (. That you will use for starting and stopping Tomcat.

There are several scripts in the bin directory Generic installation case-you should use the command-line scripts that reside in the tar.gz) from the Tomcat downloads page-what we'll call the
APACHE TOMCAT LOGS PATH DIRECTORY ARCHIVE
If you installed Tomcat by downloading theīinary release archive (. Details about each of these package-specificĬases are given in the next several sections. Or, if you installed Tomcat on Windows via the graphical installer from, you should start and stop If you installed Tomcat from a Linux RPM package, you should use the init script that came with that package to start and stop The correct way to start and stop Tomcat depends on how you installed it.
