Pages

Friday, November 19, 2010

The Server does not support Version 3.0 of J2EE Web Module Specification

I was trying to  work with Eucalyptus Source Code in Eclipse with Apache Tomcat 6.0.
When I tried to build and run the project, I got the following error in the Eclipse IDE.

"The Server does not support Version 3.0 of J2EE Web Module Specification"

After checking many forums, they suggested us to use Apache Tomcat 7.0.
When I build and run using Apache Tomcat 7.0, I was able to run the code,

No comments:

Post a Comment