From 2ea547596deab7ab26b16ceae0300b34dcdd81c1 Mon Sep 17 00:00:00 2001 From: slavisah Date: Wed, 11 Feb 2015 11:01:26 +0100 Subject: [PATCH] added alternative app starting with custom jetty port --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aff0448..a5eeeff 100644 --- a/README.md +++ b/README.md @@ -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".