Reputation:
We have Java 7
installed on out machines but for some reason we deploy with Servlet 2.4.
Where do I download the latest version of Servlet (3.1) and are there specific steps I have to take to install it?
Upvotes: 3
Views: 2979
Reputation: 71
If you use eclipse, there is a way for doing it by auto-generating.
go to the "Properties" --> Project Facets --> Change the "Dynamic Web Module" version to 3.1 ...
Maybe you will have some problems because you have different versions, but you can solve it.
I hope this helps you
Upvotes: 3