### 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 (`mispbridge`), and one on the localhost (`mispclient`).
### Overview ![](overview.png)
### Run / Deploy
#### How to Run / Debug * In `mispmock` run `core.Main`.
#### How to Deploy * Install Tomcat * `apt-get install tomcat9` * Start Tomcat: * `/usr/bin/tomcat9-instance-create -p 9090 /tomcat/` * `/tomcat/bin/startup.sh` * Link this project to where Tomcat expects files: * `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.
### TODO * See [TODO.md](TODO.md).