HTTP Status 500 - Servlet execution threw an exception

前端 未结 4 2060
粉色の甜心
粉色の甜心 2021-01-21 07:15

I am getting this error while calling a java class in servlet.

Here is the error.

type Exception report

message Servlet execution threw an exception

de         


        
4条回答
  •  醉酒成梦
    2021-01-21 07:44

    HTTP Status 500 - Servlet execution threw an exception

    As I was getting the same servlet exception error.. While upgrading from tomcat 6 to 8 .

    Issue has beem resolved after added odbc6.jar in tomcat home lib and web-inf lib.

提交回复
热议问题