~ update doc.

pull/1/head
Ivan Olexyn 5 years ago
parent 1c500d8493
commit 437ed0d0cc

@ -1,6 +1,6 @@
### About ### About
The goal of this project is to bypass the limitations caused by ISPs blocking incoming connections. 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
![](overview.png) ![](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 <foo>/tomcat/` * `/usr/bin/tomcat9-instance-create -p 9090 <foo>/tomcat/`
* `<foo>/tomcat/bin/startup.sh` * `<foo>/tomcat/bin/startup.sh`
* Link this project to where Tomcat expects files: * Link this project to where Tomcat expects files:
* `ln -s <bar>/mispbridge/ <foo>/tomcat/webapps/` * `ln -s <bar>/mispbridge/mispbridge/ <foo>/tomcat/webapps/`
* `ln -s <bar>/mispclient/ <foo>/tomcat/webapps/` * `ln -s <bar>/mispclient/mispclient/ <foo>/tomcat/webapps/`
* Set up your IDE to compile to:
* `<bar>/mispbridge/mispbridge/WEB-INF/classes/`
* `<bar>/mispclient/mispclient/WEB-INF/classes/`
* Compile the project & restart Tomcat.

Loading…
Cancel
Save