The server does not support version 3.0 of the J2EE web module specification.
I am getting this error when I execute an application in Eclipse IDE. What is the reason for this?
right click on your project -> Properties --> project Facets
then you must change Dynamic Web Module
from 3 to 2.5
The error message is quite understandable - you are attempting to execute an application that requires the server to support Servlet Spec 3.0 when it doesn't. You must therefore run the application on a server that complies with that version of the Servlet Specification.
As far as I know you have the following options at your disposal, at the time of writing this:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With