You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
311 B
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` |