jsp文件可以正常运行,就是点击那个get以后跳转到servlet就会报错500的错误
应该是web.xml配置错误
Cart cart = (Cart)request.getSession().getAttribute("cart");