SEVERE: Exception starting filter struts2 java.lang.ClassNotFoundException: org.apache.struts2.dispatcher.FilterDispatcher

后端 未结 13 582
一生所求
一生所求 2020-12-16 00:56

I am trying to make a small login application in struts 2. My web.xml:



        
相关标签:
13条回答
  • 2020-12-16 01:29

    A struts.action.excludePattern constant setting caused to me the same trouble now. I didn't got any explanation, not even a stack trace as you, only a pure "error FilterStart". I tracked this by reverting to the previous versions of the code and checked, what changed.

    0 讨论(0)
提交回复
热议问题