问题

tomocat 运行jsp文件提示"Failed to destroy end point associated with ProtocolHandler ["ajp-nio-8009"]"

tomocat 运行jsp文件提示"Failed to destroy end point associated with ProtocolHandler ["ajp-nio-8009"]"

这是因为xml文件中<servlet-mapping>中的<url-pattern>中少写了一个/

如下所示:

  <servlet-mapping>
  <servlet-name>LogServlet</servlet-name>
  <url-pattern>/log</url-pattern>
  </servlet-mapping>

相关文章:

  • 2021-08-11
  • 2021-06-12
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-06
  • 2021-05-12
  • 2021-06-20
猜你喜欢
  • 2021-10-07
  • 2021-10-24
  • 2022-12-23
  • 2022-12-23
  • 2021-11-14
  • 2021-06-06
  • 2021-05-29
相关资源
相似解决方案