I\'ve added Tomcat in the \"Tools > Servers\" menu and as you can see it appears in the list of servers:
But when I try to run my project, I cannot select Tomcat! The dr
Is your webapp a real Java EE 6 webapp (without web.xml or with a Servlet 3.0 web.xml)?
web.xml
If yes, maybe NetBeans doesn't show Tomcat because Tomcat is not a valid runtime environment for your application (use GlassFish).