diff --git a/forward/README.md b/forward/README.md index 230d63c..1f3348e 100644 --- a/forward/README.md +++ b/forward/README.md @@ -1,9 +1,9 @@ #### About The `forward` servlet. -#### Deploy +#### Deploy (TODO) * Run `install-locally.sh` * Find the `forward-0.1.war` in `./target` -* copy it to `tomcat/webapps`. +* 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` \ No newline at end of file + * Then the servlet will be at `http://localhost:9090/forward-0.1/mirror` \ No newline at end of file diff --git a/mirror/README.md b/mirror/README.md index 0f809fa..9560993 100644 --- a/mirror/README.md +++ b/mirror/README.md @@ -4,6 +4,6 @@ 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`. +* 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` \ No newline at end of file