misp/mirror/README.md

9 lines
311 B

#### About
The `mirror` servlet. Prints the list of request it received.
#### Deploy
* Run `install-locally.sh`
* Find the `mirror-0.1.war` in `./target`
* Copy it to `tomcat/webapps`.
* Assuming tomcat runs at `http://localhost:9090`
* Then the servlet will be at `http://localhost:9090/mirror-0.1/mirror`