How to setup Tomcat server in Netbeans?

后端 未结 4 1067
轮回少年
轮回少年 2020-12-28 19:01

I googled a bit and found that it can be done by services--->servers--->add new, but when I try to add new Tomcat server this way, it doesn\'t appear in the list.

相关标签:
4条回答
  • 2020-12-28 19:29

    If TomCat is install. Perhaps it is not installed Java EE. Services-> plug-ins-> additional plug-ins-> in the search dial tomcat. and install the module java ee. then in the services, servers, add the tomcat server.

    0 讨论(0)
  • 2020-12-28 19:30

    In Netbeans 8 you may have to install the Tomcat plugin manually. After you download and extract Tomcat follow these steps:

    1. Tools -> Plugins -> Available plugins, search for 'tomcat' and install the one named "Java EE Base plugin".
    2. Restart Netbeans
    3. On the project view (default left side of the screen), go to services, right click on Servers and then "Add Server"
    4. Select Apache Tomcat, enter username and password and config the rest and finish
    0 讨论(0)
  • 2020-12-28 19:39

    While installing Netbeans itself, you will get an option which servers needs to be installed and integrated with Netbeans. First screen itself will show.

    Another option is to reinstall Netbeans by closing all the open projects.

    0 讨论(0)
  • 2020-12-28 19:41

    I had same issue. No need to re install.

    In Netbeans 6.0 , Find RunTime -> Servers - > Add server -> select Tomcat install 'root' directory

    In Netbeans 7.x -> Tools -> Servers-> Add server -> select Tomcat install 'root' directory

    Here is in Netbeans Wiki.

    http://wiki.netbeans.org/AddExternalTomcat

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