Install Tomcat

I have installed JDK set the JAVA_HOME and PATH
C:\ >set JAVA_HOME= C:\j2sdk1.4.2_05
C:\ >set PATH=%JAVA_HOME%\bin;%PATH%
see if the environment variable is set
C:\ >echo %JAVA_HOME%
then
1. Loaddown  Tomcat 4.1.31.zip from http://jakarta.apache.org/site/binindex.cgi
2. Put it into C:\>
3. unpack it 
    C:\>cd jakarta
    C:\jakarta>jar xvf jakarta.zip
4. To start the server in a sparate window, change directory to the bin directory and run the startup.bat file:
    C:\jakarta>cd jakarta
    C:\jakarta\jakarta\bin>startup
A new Command Prompt window pops up and you see startup messages.

posted on 2004-10-28 11:09  猎人小屋  阅读(710)  评论(0编辑  收藏  举报

导航