Skip to content

Commit

Permalink
Merge pull request NanoHttpd#434 from MikeBruns/master
Browse files Browse the repository at this point in the history
Corrected SimpleWebServer execution path
  • Loading branch information
LordFokas authored Mar 25, 2017
2 parents dc83d5b + 6fd730a commit f1cb85c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ It is being developed at Github and uses Apache Maven for builds & unit testing:
We'll create a custom HTTP server project using Maven for build/dep system. This tutorial assumes you are using a Unix variant and a shell. First, install Maven and Java SDK if not already installed. Then run:

mvn compile
mvn exec:java -pl webserver -Dexec.mainClass="org.nanohttpd.SimpleWebServer"
mvn exec:java -pl webserver -Dexec.mainClass="org.nanohttpd.webserver.SimpleWebServer"

You should now have a HTTP file server running on <http://localhost:8080/>.

Expand Down

0 comments on commit f1cb85c

Please sign in to comment.