How to upgrade servlet 2.5 to 3.0 on Resin 3.1 pro

387 Views Asked by At

I try to make spring project with STS and resin 3.1. but it has problem. Ex: " java.lang.NoSuchMethodError: javax.servlet.http.HttpServletResponse.getStatus() " "getStatus()" is required servlet 3.0 but resin 3.1 supports servlet 2.5. so How can i upgrade ?

0

There are 0 best solutions below