网站测试出现这个问题
500 Servlet ExceptionWEB-INF/web.xml:24: <description> is an unexpected tag (parent <web-app>
starts at 21). Check for duplicate and out-of-order tags.
<web-app> syntax: (@id?, @version, @xsi:schemaLocation,
(<context-param>*
& (<description>*, <display-name>?, <icon>?)
& <distributable>?
& (<env-entry>*, <ejb-ref>*, <ejb-local-ref>*, <service-ref>*, <resource-ref>*, <resource-env-ref>*, <message-destination-ref>*)
& <error-page>*
& <filter>*
& <filter-mapping>*
& <jsp-config>?
& <listener>*
& <locale-encoding-mapping-list>?
& <login-config>?
& <message-destination>*
& <mime-mapping>*
& <security-constraint>*
& <security-role>*
& <servlet>*
& <servlet-mapping>*
& <session-config>?
& <welcome-file-list>?))