From a7d0884b9b2b5bda99a43254b313bb5daaa5afca Mon Sep 17 00:00:00 2001 From: Bala Dasoji <30713153+baladasoji@users.noreply.github.com> Date: Mon, 18 Sep 2017 22:21:25 +0200 Subject: [PATCH] Changed command to run the embedded jetty server from 'mvn jetty:run' to 'mvn jetty:run-war' to ensure that jetty always runs from the packaged war and not from sources --- Build-Instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Build-Instructions.md b/Build-Instructions.md index e2c4e55..1212f85 100644 --- a/Build-Instructions.md +++ b/Build-Instructions.md @@ -77,7 +77,7 @@ The server webapp can be deployed using an embedded Jetty instance inside of Mav To run the embedded Jetty server and deploy the server webapp, run the following command from the `openid-connect-server-webapp` directory (**important: do not run this command from the parent project directory**). -`mvn jetty:run` +`mvn jetty:run-war` This will deploy the server to `http://localhost:8080/openid-connect-server-webapp/`. You can login with username: `user` and password: `password`.