1.今天更改web.xml文件不小心误删了下面的配置文件,导致出现如图的错误

    <servlet-mapping>

    <servlet-name>action</servlet-name>

    <url-pattern>*.do</url-pattern>

  </servlet-mapping>

Myeclispe下struts-config.xml文件无法图形界面打开

2.虽然在网上搜索,更换工作空间,未能凑效,因为错误原因不一样吧,后来新建了项目,比较生成的web.xml文件与现在的区别,发现问题所在。

 

相关文章:

  • 2022-02-26
  • 2021-05-02
  • 2021-12-10
  • 2022-03-10
  • 2021-06-14
  • 2021-05-14
  • 2022-01-25
猜你喜欢
  • 2022-12-23
  • 2021-07-17
  • 2021-09-23
  • 2021-11-09
  • 2021-11-14
  • 2022-12-23
  • 2022-01-08
相关资源
相似解决方案