Skip to content

Commit

Permalink
Merge pull request plantuml#14 from slavisah/readmeupdate
Browse files Browse the repository at this point in the history
instructions how app can be started on custom jetty port
  • Loading branch information
maximesinclair committed Feb 14, 2015
2 parents a2fc304 + 2ea5475 commit 818ed2c
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 @@ -22,4 +22,4 @@ How to testrun the project

To run the application deployed on an embedded jetty server run "mvn jetty:run"
and go to http://localhost:8080/plantuml with your favorite web browser (after it finishes
to start up).
to start up). If you want to run it on some custom port run "mvn jetty:run -Djetty.port=9999".

0 comments on commit 818ed2c

Please sign in to comment.