Skip to content
Advertisement

How to add Tomcat Server in eclipse

I just installed Java EE plugin in plain eclipse and I am trying to add tomcat server. I opened add new server which showing “Choose the type of server to create” but there is no server list. How can I add tomcat server?

Eclipse: Indigo.

Advertisement

Answer

Do as this:

Windows -> Show View -> Servers

Then in the Servers view, right-click and add new. It will show a pop up containing many server vendors. Under Apache select Tomcat v7.0 (Depending upon your downloaded server version). And in the run time configuration point it to the Tomcat folder you have downloaded.

You can try this article. It has the info you want !!

User contributions licensed under: CC BY-SA
8 People found this is helpful
Advertisement