tomcat启动错误提示Failed to destroy end point associated with ProtocolHandler

参考:http://blog.csdn.net/liucheng417/article/details/49947177

tomcat启动错误提示Failed to destroy end point associated with ProtocolHandler

导致这个错误我这边的问题就是:


        springmvc
        /*.do --这里配置错误导致启动报错
    
正确的配置方式:

        springmvc
        *.do 
    

 
  

如果是提示这个,就先检查下web.xml的配置是否有语法错误。

你可能感兴趣的:(JSP相关)