Application at context path /HelloWorldStruts2 could not be started
问题 This is the my first Struts 2 application and I got this error "Application at context path `/HelloWorldStruts2` could not be started" when deploying on Tomcat. web.xml of my application: <?xml version="1.0" encoding="UTF-8"?> <web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd