Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down