No server in Eclipse; trying to install Tomcat

前端 未结 12 1494
我寻月下人不归
我寻月下人不归 2021-02-06 22:05

I\'m trying to install Tomcat in Eclipse but I can\'t get a server tab to show up. When I go to Window -> Show View -> Other and type in \"server\", I don\'t get any re

相关标签:
12条回答
  • 2021-02-06 22:28

    Eclipse IDE for Java Developers 'Servers' doesn't exist. Therefore download correct Eclipse IDE. It is Eclipse IDE for Enterprise Java Developers(Eclipse IDE for Java EE Developers). This way is easy.

    0 讨论(0)
  • 2021-02-06 22:30

    The reason you might not be getting any results is because you might not be having the J2EE environment setup in your Eclipse IDE. Follow these steps to solve the problem.

    1. Goto Help -> Install new Software Select relevant dropdown entry {Oxygen - http://download.eclipse.org/releases/<?>} (or Similar option/version) in the "Work with" tab.

    2. Search for Web,XML,Java EE and OSGi Enterprise Development Check the boxes corresponding to,Eclipse Java EE Developer Tools JST Server Adapters JST Server Adapters Extensions Click next and accept the license agreement.

    0 讨论(0)
  • 2021-02-06 22:32

    Steps to follow:

    1.Goto Help -> Install new Software
    2.Give address http://download.eclipse.org/releases/oxygen and name as your choice.
    3.Search for Java EE and choose 1.Eclipse Java EE Developer Tools 
    4.Search for JST and choose 2.JST Server Adapters 3.JST Server Adapters Extensions
    5.Click next and accept the license agreement.
    

    Find the server option in the window-->preferences and add server as you need

    0 讨论(0)
  • 2021-02-06 22:36

    The Web Tools Platform provides the Java EE development tools, and is included in the IDE for Java EE Developers. Among other things, it provides the Servers view and makes it easy to launch a Tomcat server from there. You can either download the IDE for Java EE Developers, or go to the Help menu and Install New Software, looking for the Java EE features.

    0 讨论(0)
  • 2021-02-06 22:36

    Download the tomcat latest zip from https://tomcat.apache.org/download-90.cgi Rename the folder with simple name like 'tomcat'. Save the folder and copy the path.

    Goto Help -> Install new Software Select {Oxygen - http://download.eclipse.org/releases/oxygen} in the "Work with" tab. Select the last option Web,XML,Java EE and OSGi Enterprise Development Check the boxes corresponding to 1.Eclipse Java EE Developer Tools 2.JST Server Adapters 3.JST Server Adapters Extensions Click next and accept the license agreement.

    0 讨论(0)
  • 2021-02-06 22:37

    For future poeple who have the same problem: Try to add server tab from eclipse menu, if it doesnt work, then go do @Tomasz Bartnik solution above, and retry the following again:

    1. Go to WIndow > Show view > Other

    2. search for servers, select it and press OK

    It will then be added to your tabs

    0 讨论(0)
提交回复
热议问题