diff --git a/README.md b/README.md index 46d991f..da35a7f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ### About The goal of this project is to bypass the limitations caused by ISPs blocking incoming connections. -It is estimated to require two servlets - one on the webhost (`misp-bridge`), and one on the localhost (`misp-client`). +It is estimated to require two servlets - one on the webhost (`mispbridge`), and one on the localhost (`mispclient`). ### Overview ![](overview.png) @@ -13,5 +13,9 @@ It is estimated to require two servlets - one on the webhost (`misp-bridge`), an * `/usr/bin/tomcat9-instance-create -p 9090 /tomcat/` * `/tomcat/bin/startup.sh` * Link this project to where Tomcat expects files: - * `ln -s /mispbridge/ /tomcat/webapps/` - * `ln -s /mispclient/ /tomcat/webapps/` + * `ln -s /mispbridge/mispbridge/ /tomcat/webapps/` + * `ln -s /mispclient/mispclient/ /tomcat/webapps/` +* Set up your IDE to compile to: + * `/mispbridge/mispbridge/WEB-INF/classes/` + * `/mispclient/mispclient/WEB-INF/classes/` +* Compile the project & restart Tomcat.