tomcat7.0有两种:
第一种:是安装版  进入cmd 找到安装路径,里面存在一个应用程序执行文件夹,点击进去应该有一个tomcat7.exe 双击执行就行!
第二种:是解压版 存在startup.bat文件!

解决方案 »

  1.   

    Tomcat自己提供了工具可以设置,请运行: TOMCAT_HOME/bin/tomcat7w.exe 
      

  2.   

    cmd进入tomcat的bin目录,运行startup,shutdown
    如下
    D:\soft\apache-tomcat-6.0.20-src\apache-tomcat-6.0.20-src\bin>startup
    Using CATALINA_BASE:   "C:\Users\cjw\Desktop\apache-tomcat-6.0.35-windows-x86【
    免安装版】\apache-tomcat-6.0.35"
    Using CATALINA_HOME:   "C:\Users\cjw\Desktop\apache-tomcat-6.0.35-windows-x86【
    免安装版】\apache-tomcat-6.0.35"
    Using CATALINA_TMPDIR: "C:\Users\cjw\Desktop\apache-tomcat-6.0.35-windows-x86【
    免安装版】\apache-tomcat-6.0.35\temp"
    Using JRE_HOME:        "D:\Java\jdk1.6.0_29"
    Using CLASSPATH:       "C:\Users\cjw\Desktop\apache-tomcat-6.0.35-windows-x86【
    免安装版】\apache-tomcat-6.0.35\bin\bootstrap.jar"
    D:\soft\apache-tomcat-6.0.20-src\apache-tomcat-6.0.20-src\bin>shutdown
    Using CATALINA_BASE:   "C:\Users\cjw\Desktop\apache-tomcat-6.0.35-windows-x86【
    免安装版】\apache-tomcat-6.0.35"
    Using CATALINA_HOME:   "C:\Users\cjw\Desktop\apache-tomcat-6.0.35-windows-x86【
    免安装版】\apache-tomcat-6.0.35"
    Using CATALINA_TMPDIR: "C:\Users\cjw\Desktop\apache-tomcat-6.0.35-windows-x86【
    免安装版】\apache-tomcat-6.0.35\temp"
    Using JRE_HOME:        "D:\Java\jdk1.6.0_29"
    Using CLASSPATH:       "C:\Users\cjw\Desktop\apache-tomcat-6.0.35-windows-x86【
    免安装版】\apache-tomcat-6.0.35\bin\bootstrap.jar"
    D:\soft\apache-tomcat-6.0.20-src\apache-tomcat-6.0.20-src\bin>
      

  3.   

    不可能吧,bin目录下都没有startup,你怎么运行??
      

  4.   

    安装版的就是没有startup.bat啊!安装版可以用 bin/tomcat.exe启动, 也可以用 bin/tomcatw.exe(一个服务管理控制台)启动
      

  5.   

    卸掉了安装版,下载了免安装版了。重设了eclipse中相关的tomcat配置项。
      

  6.   

    tomcat7.0有两种:
    第一种:是安装版  进入cmd 找到安装路径,里面存在一个应用程序执行文件夹,点击进去应该有一个tomcat7.exe 双击执行就行!
    不要打开Tomcat7w.exe
      

  7.   

    你在myEclipse中配置tomcat7就行了