|
|||||||||
Apache Tomcat HelpInstalling Apache Tomcat 5.0 is recommended, http://jakarta.apache.org/. Note that Apache Tomcat 5.5 does NOT work with this tool, and does not work with many other JSP packages, as of November 2004. When installing Apache Tomcat, make sure the JAVA_HOME path is correct (if you intsall in Windows, you will be prompted to verify it during installation). On Mac OS X, you'll need to do some extra setup for Tomcat. After you unzip tomcat in a folder, run the "Terminal" application. Switch directories into where you installed tomcat (if you installed tomcat 5.0.28 into the "Applications" directory, then type "cd /Applications/jakarta-tomcat-5.0.28/"). Then, type "cd bin; chmod u+x *.sh; /Applications/TextEdit.app/Contents/MacOS/TextEdit startup.sh; /Applications/TextEdit.app/Contents/MacOS/TextEdit shutdown.sh". In the window that pops up, add this line as the second line:
Then save, quit TextEdit, and then when the next window pops up, add the same thing as the second line. For more information, see Apple's Tomcat site. Starting and Stopping Tomcat For Apache Tomcat Version 5.0 - On Windows, goto "Start Menu" -> "Programs" -> "Apache Tomcat 5.0" -> " Monitor Tomcat". You will then see an icon in the bottom right taskbar for "Apache Tomcat". Double click on it and then the "Apache Tomcat Properties" window will load. If the "service status" is set to "started", click on "Stop" (Check that it's service status is set to stopped) and then restart "Tomcat" by clicking on Start after that.
If Tomcat wasn't already running, shutdown.sh may throw some errors (java.net.ConnectException). These can be ignored.
|
|
||||||||