| Apache Shiro Web Example | |
| ======================== | |
| An example web application that show how to configure Shiro via a `web.xml` and basic user login. | |
| Run the Example | |
| --------------- | |
| ```bash | |
| mvn jetty:run | |
| ``` | |
| Browse to `http://localhost:9080/` | |
| Or deploy to Heroku: | |
| [](https://heroku.com/deploy?template=https://github.com/bdemers/heroku-examples-runner&env\[ARTIFACT_ID\]=samples-web) |