user4126820
user4126820

Reputation:

How to upgrade to Servlet 3.1?

We have Java 7 installed on out machines but for some reason we deploy with Servlet 2.4.

enter image description here

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

Answers (1)

carlos effio
carlos effio

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.

  • Upgrate your application server, too.

I hope this helps you

Upvotes: 3

Related Questions