<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Hey,<br>
      <br>
      I did not try tomcat although it should work as it is just a
      servlet container like jetty. What version are you using? If it is
      an older version you'll have to switch to an older servlet api
      like 2.3 and not 3.0.1 as it is specified in the web pom.xml!<br>
      <br>
      > I make war file from this project. I add simple plugin to
      pom.xml file<br>
      <br>
      For me it even works without the plugin and you command.<br>
      <br>
      Peter.<br>
      <br>
      <br>
    </div>
    <blockquote cite="mid:1370521213.882369916@f197.mail.ru" type="cite">
      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>
       
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
GraphHopper mailing list
<a class="moz-txt-link-abbreviated" href="mailto:GraphHopper@openstreetmap.org">GraphHopper@openstreetmap.org</a>
<a class="moz-txt-link-freetext" href="http://lists.openstreetmap.org/listinfo/graphhopper">http://lists.openstreetmap.org/listinfo/graphhopper</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>