编辑startup.exe加入
SET TOMCAT_HOME=g:\tomcat
SET JAVA_HOME=g:\jdk1.3.1_04
这两句

解决方案 »

  1.   

    用tomcat4.0以上的版本吧,不需要配置,只要jdk正确就可以
      

  2.   

    @echo off
    rem $Id: startup.bat,v 1.7.4.1 2000/09/04 21:18:05 larryi Exp $
    rem Startup batch file for tomcat servner.rem This batch file written and tested under Windows NT
    rem Improvements to this file are welcomeif not "%TOMCAT_HOME%" == "" goto startSET TOMCAT_HOME=.
    if exist "%TOMCAT_HOME%\bin\tomcat.bat" goto startSET TOMCAT_HOME=..
    if exist "%TOMCAT_HOME%\bin\tomcat.bat" goto startSET TOMCAT_HOME=
    echo Unable to determine the value of TOMCAT_HOME.
    goto eof:start
    call "%TOMCAT_HOME%\bin\tomcat" start %1 %2 %3 %4 %5 %6 %7 %8 %9:eof
    该给哪里加呢???谢谢
      

  3.   

    jakarta-tomcat-4.1.12.exe                   
    jakarta-tomcat-4.1.12.zip  
    下载哪一个比较好呢?                 
      

  4.   

    It's first time you run tomcat4.0? Have you modified anything?
      

  5.   

    对!Tomcat 最新的版本4.1.12配置很方便了。不像3.X的那么变态
      

  6.   

    我下载了jakarta-tomcat-4.1.12.exe               
    可输入localhost:8080还是不可以呀!
    我已经配置了两天了,还是不行,呜呜呜呜呜呜……