Tomcat 7 with Vaadin, Hibernate, Eclipse and Maven 3

微笑、不失礼 提交于 2019-12-04 17:15:28
Steffen

See also my answer at https://stackoverflow.com/a/25386703/1465758

May be you must add the jar's in maven.

The correct syntax is

mvn tomcat7:run-war

There must be no space in the arguments for maven.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!