Eclipse中New Server 选择Tomcat v7.0 提示" The currently selected server type does not support remote hosts",通过浏览器"http://localhost:8080"可以显示Tomcat的页面,之前在学习配置Apache Http Server,不知道怎么解决这个问题,求指点……

解决方案 »

  1.   

    Eclipse4.2里面没有tomcat7.X的选项。
      

  2.   

    我从官网下载的是"eclipse-jee-juno-SR1-win32.zip"这个版本,其中有Tomcat7.0,之前服务可以起来,现在不行了,呵呵……
      

  3.   

    现在发现我在Tomcat7.0中的"tomcat-users.xml"文件中加了
    "<role rolename=”manager”/>
    <role rolename=”admin”/>
    <user username=”admin” password=”admin” roles=”admin,manager”/>
    <user username=”tomcat” password=”tomcat” roles=”manager”/>
    "这段话所引起的,这段话我是根据网上的配置所写上去的,求解释啊
      

  4.   

     The currently selected server type does not support remote hosts 人家不是都说了不支持远程了么
      

  5.   

    就算端口是8080, 主机名还是 :localhost 。  这样应该就会好了。