The markup in the document following the root element must
我按照教程的要求去配置web.xml<servlet><servlet-name>servlet1</servlet-name><servlet-class>Servle...
我按照教程的要求去配置web.xml
<servlet>
<servlet-name>servlet1</servlet-name>
<servlet-class>Servlet1</servlet-class>
</servlet>
<servlet-mapping>
<servlet-name>servlet1</servlet-name>
<url-pattern>/SendMailServlet</url-pattern>
</servlet-mapping>
但JB提示Error on line 5: The markup in the document following the root element must be well-formed.
是什么意思呢 展开
<servlet>
<servlet-name>servlet1</servlet-name>
<servlet-class>Servlet1</servlet-class>
</servlet>
<servlet-mapping>
<servlet-name>servlet1</servlet-name>
<url-pattern>/SendMailServlet</url-pattern>
</servlet-mapping>
但JB提示Error on line 5: The markup in the document following the root element must be well-formed.
是什么意思呢 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询