pull/1/head
Ivan Olexyn 5 years ago
parent cb1ba73e2e
commit 756079faba

@ -1,9 +1,9 @@
#### About #### About
The `forward` servlet. The `forward` servlet.
#### Deploy #### Deploy (TODO)
* Run `install-locally.sh` * Run `install-locally.sh`
* Find the `forward-0.1.war` in `./target` * 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` * Assuming tomcat runs at `http://localhost:9090`
* Then the servlet will be at `http://localhost:9090/mirror-0.1/mirror` * Then the servlet will be at `http://localhost:9090/forward-0.1/mirror`

@ -4,6 +4,6 @@ The `mirror` servlet. Prints the list of request it received.
#### Deploy #### Deploy
* Run `install-locally.sh` * Run `install-locally.sh`
* Find the `mirror-0.1.war` in `./target` * 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` * Assuming tomcat runs at `http://localhost:9090`
* Then the servlet will be at `http://localhost:9090/mirror-0.1/mirror` * Then the servlet will be at `http://localhost:9090/mirror-0.1/mirror`
Loading…
Cancel
Save