Either follow the setup for starting the embedded server: https://github.com/graphhopper/graphhopper/blob/master/docs/core/quickstart-from-source.md#routing-service-deployment
or create the war file according to the 'docs' https://github.com/graphhopper/graphhopper/issues/297#issuecomment-69489453 which is currently not so easy (and not recommended). Also creating a complete documentation is yet to be done. Regards, Peter On 25.02.2015 15:20, Ekaterina Titova wrote: > Hi, > when I used graphhopper-web-0.2.war (from > https://oss.sonatype.org/content/groups/public/com/graphhopper/graphhopper-web/0.2/) > GraphHopper was running on my http://localhost:8080. > > And now I want to upgrade it to 0.4-snapshot from > https://github.com/graphhopper/graphhopper, and this is an error on > http://localhost:8080: > > HTTP/1.1 503 Service Unavailable > Cache-Control: must-revalidate,no-cache,no-store > Content-Type: text/html; charset=ISO-8859-1 > Content-Length: 288 > Server: Jetty(9.2.7.v20150116) > > <html> > <head> > <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/> > <title>Error 503 </title> > </head> > <body> > <h2>HTTP ERROR: 503</h2> > <p>Problem accessing /. Reason: > <pre> Service Unavailable</pre></p> > <hr /><i><small>Powered by Jetty://</small></i> > </body> > </html> > > The attachment is the log file and config. There is no difference between > Web.xml files. > > When I try to use 0.3 version (from > https://oss.sonatype.org/content/groups/public/com/graphhopper/graphhopper-web/0.3/graphhopper-web-0.3-bin.zip), > I get the same error. > I create war-file with command "jar -cvf name.war" > > Please, tell where is the problem? > > Regards, Kate > > > _______________________________________________ > GraphHopper mailing list > [email protected] > https://lists.openstreetmap.org/listinfo/graphhopper
_______________________________________________ GraphHopper mailing list [email protected] https://lists.openstreetmap.org/listinfo/graphhopper
