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 ?

link|improve this question

55% accept rate
seemed like a very easy question to me....no answer yet... – AJ. Feb 23 '10 at 13:58
feedback

1 Answer

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:

alt text

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 i.e. don't use the packaged version that you can install from Synaptic for development).

link|improve this answer
I am using NetBeans 6.7.1 and in it tool> Services is not there although there is Window>services – AJ. Feb 23 '10 at 14:50
@AJ As I wrote, Services is not under the Tools menu (but yes, if you closed it, you can find it back from the Window menu). – Pascal Thivent Feb 23 '10 at 14:52
Yes I understand but in services tab I am not getting add server as an option. There is just one thing - HUDSUN BUILDERS. – AJ. Feb 23 '10 at 15:32
1  
@AJ I've updated my answer, you need to install a plugin first (see the top of my answer). – Pascal Thivent Feb 23 '10 at 15:45
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.