2

Environment : Windows + Eclipse Luna Service Release 2 (4.4.2) + Tomcat 8 + JDK 8

When I try to add a new server to Eclipse with File -> New -> Other -> Server

I choice the "Tomcat v8.0 Server" in "New Server" dialog, and I have added "Server Runtime Environments". but there is a error message

" The currently selected server type does not support remote hosts".

what can I do with this error?

thanks everybody!

AlexB
  • 7,302
  • 12
  • 56
  • 74
forDream
  • 386
  • 1
  • 6
  • 17

2 Answers2

6

I solved by changing server runtime environments in eclipse,
Preferences => Server => Runtime Environments

enter image description here

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.

enter image description here

Lucky
  • 16,787
  • 19
  • 117
  • 151
kalpesh Ajudiya
  • 101
  • 1
  • 4
1

You just need to change the server name to localhost.

Nathan Tuggy
  • 2,237
  • 27
  • 30
  • 38
NoicFank
  • 11
  • 1