Letractively / svgweb

Automatically exported from code.google.com/p/svgweb
Other
0 stars 0 forks source link

Quickstart #274

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
java -jar webserver.jar

Starting web server on port 8080 on 127.0.0.1
2009-09-11 01:01:49.375::INFO:  Logging to STDERR via org.mortbay.log.StdErrLog
2009-09-11 01:01:49.406::INFO:  jetty-6.1.19
2009-09-11 01:01:49.484::INFO:  Started SocketConnector@127.0.0.1:8080

and when I go to the link

http://127.0.0.1:8080/samples/javascript-samples/helloworld.html

shows me

HTTP ERROR 404

Problem accessing /samples/javascript-samples/helloworld.html. Reason:

    NOT_FOUND

Powered by Jetty://

Original issue reported on code.google.com by mamido...@gmail.com on 10 Sep 2009 at 11:05

GoogleCodeExporter commented 8 years ago
Type this:

java -jar src/tools/webserver.jar

Make sure you are in the svgweb/ directory.

Marking as INVALID.

Original comment by bradneub...@gmail.com on 10 Sep 2009 at 11:15