I created a vaadin
project using eclipse as maven project with archetype vaadin-archetype-clean
I can run the project with mvn package jetty:run
.
I also defined a tomcat server within eclipse.
How can I achieve to run the proejct by right click > run as > on server? There is no menu entry for running the project on a local tomcat or whatever server.