简体   繁体   中英

Netbeans + tomcat on Ubuntu

I migrated to Ubuntu from windows recently and am going to use Netbeans on it now. I have installed Netbeans using synaptic but I do not see services option in tools tab.

Will i have to install Tomcat separately ?

To enable the Servers item, go Tools > Plugins and install the Java Web Applications plugin (or even the whole Java Web and EE category) first.

Then, to integrate NetBeans with Tomcat, follow these instructions .

Note that Services is not in the Tools menu, it's near the Projects tab:

替代文字

You can also add a server from Tools > Servers .

And yes, you'll have to install Tomcat separately (and I warmly recommend to get a regular archive from Tomcat's website and to unzip it in your home directory ie don't use the packaged version that you can install from Synaptic for development).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM