Target runtime Tomcat is not defined 错误解决方法
把?<runtime name="Tomcat"/>
修改为<runtime name="Apache Tomcat v7.0"/>
刷新一下项目即可。