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`.