How do I add Tomcat server in Netbeans 8.0?

2

1

I'm unable to see the servers tab services section in IDE 8.0 to add my tomcat server? How do i add my tomcat server?

I have tried all options possible to add a tomcat server and its not working.

user3373697

Posted 2014-09-16T01:38:45.103

Reputation: 21

Answers

2

As @prince said, you sould be able to install it under

Window->Services ->Servers(Shortcut: Ctrl + 5) ;Right Click -Add Server

Tools -> Servers -> Add Server

that is assuming you have installed Netbeans with support for Java EE. Which might not be always the case.

In case you have installed the basic IDE, in order to be able to add a Tomcat Server you will have to install the Java EE Base plugin first.

harogaston

Posted 2014-09-16T01:38:45.103

Reputation: 161

1

You can add servers from the service tab under Windows menu

Window->Services ->Servers(Shortcut: Ctrl + 5) ;Right Click -Add Server

Tools -> Servers -> Add Server

Prince Radhakrishnan

Posted 2014-09-16T01:38:45.103

Reputation: 151