Eclipse Tomcat7 Server Doesnt support Remote Host

前端 未结 8 657
予麋鹿
予麋鹿 2021-01-07 22:18

My Problem is: When I try to add my Tomcat7 to Eclipse EE as a server, I get an error message that says:

\"The currently selected server type does no

8条回答
  •  春和景丽
    2021-01-07 22:31

    i also faced this issue .my case is "i already have created tomcat server and my tomcat server(8) is installation location is

    "c:/xyz/apache-tomcat-8.0.28"

    then i changed my tomcat server(8) location to another place `

    "c:/abc/apache-tomcat-8.0.28"

    `after that when i try to create new tomcat server 8.then it showing this error i solved by changing server runtime Environments in eclipse

    preferences => server => Runtime Environments

    then select your tomcat type .you can remove the server and add new server runtime Environment or edit existing one by giving correct tomcat installation path.then it won't give "The currently selected server type does not support remote hosts" error.

提交回复
热议问题