How to setup Tomcat server in Netbeans?

后端 未结 4 1080
轮回少年
轮回少年 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: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

提交回复
热议问题