Question

I am using NetBeans IDE 7.2.1 version with APACHE tomcat 7.0.27.0 version server. I am trying to make a servlet file in my project but its showing the following message or error-

"Web application version is unsupported . Upgrade web.xml to version 2.4 or newer or use previous version of NetBeans."

How can i fix it please reply-

Was it helpful?

Solution

I had this Problem and I solved it in a rather curious way. I removed the web.xml file, Created the servlet and replaced the web.xml file and it worked.

I would recommend you get Better Solution from the http://forums.netbeans.org/

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top