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

master
Bala Dasoji 2017-09-18 22:21:25 +02:00
parent e8c28f5971
commit a7d0884b9b
1 changed files with 1 additions and 1 deletions

@ -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**). 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`. This will deploy the server to `http://localhost:8080/openid-connect-server-webapp/`. You can login with username: `user` and password: `password`.