<HTML><BODY>I make war file from this project. I add simple plugin to pom.xml file<br><br><br><p><plugin><br> <groupId>org.apache.maven.plugins</groupId><br> <artifactId>maven-war-plugin</artifactId><br> <configuration><br> <webXml>/home/andrey/graphhopper-master/web/src/main/webapp/WEB-INF/web.xml</webXml><br> </configuration><br> </plugin></p><br><br><br><br> and run mvn war:war. But when I am trying to runwar project in tomcat it stoped with error <br><br><p>INFO: Deploying web application archive D:\opt\tomcat\webapps\graphhopper-web-0.1-SNAPSHOT (2).war<br> 06, 2013 4:01:10 PM org.apache.catalina.loader.WebappClassLoader validateJarFile<br>INFO: validateJarFile(D:\opt\tomcat\webapps\graphhopper-web-0.1-SNAPSHOT (2)\WEB-INF\lib\javax.servlet-api-3.0.1.jar) -<br>jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/Servlet.class<br><br><br>I've tryed a lot of ways to create working war file but all of them was wrong. Maybe somebodyknows how to makeworking war file. </p> <br><br><br><br> </BODY></HTML>