Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the best IDE for developing in Tomcat? [closed]

Recently I've been doing a bunch of work developing servlets for deployment in Tomcat 5.5. My current IDE is Eclipse Ganymede with WTP. I've been very unhappy with the Tomcat integration, as the configuration is constantly breaking and needing tweaking.

I was wondering if anyone could recommend another IDE that handles this integration better. I am particularly interested in what people think of IntelliJ's support for Tomcat.

Note I am also using Maven 2, and it's pretty essential to have Maven support as well.

like image 376
Phil Avatar asked Mar 12 '09 19:03

Phil


1 Answers

Netbeans has tomcat integration. By that I mean you can start and stop tomcat, deploy, profile and debug your app running in tomcat from the IDE.

Best Practices for Apache Maven in NetBeans 6.x

like image 172
Mark Avatar answered Nov 15 '22 12:11

Mark