“javax.servlet.ServletException: non-HTTP request or response” in JBoss

前端 未结 3 1518
醉酒成梦
醉酒成梦 2021-01-17 19:31

My jboss is throwing undescriptive error while trying to run my application (spring mvc). It deploys ok, and this exception doesn\'t tell me anything useful so I don\'t real

3条回答
  •  萌比男神i
    2021-01-17 19:47

    If you are using Maven, you can just set the scope of the servlet-api to provided.

提交回复
热议问题