From b9b358a9ea6f6cb292020aec5b5e28fd4f41e986 Mon Sep 17 00:00:00 2001 From: James Ward Date: Mon, 16 Apr 2012 05:02:12 -0600 Subject: [PATCH] add windows instructions --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 8b6f2506..56a1672d 100644 --- a/README.md +++ b/README.md @@ -182,9 +182,16 @@ To generate the start scripts simply run: And then simply run the script: +On Mac / Linux: + :::term $ sh target/bin/webapp +On Windows: + + :::term + $ target\bin\webapp.bat + That's it. Your application should start up on port 8080. You can see the JSP at http://localhost:8080 and the servlet and http://localhost:8080/hello # Deploy your Application to Heroku