Reverse-Proxy for exposing the Host through a Firewall.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
Ivan Olexyn e6f1aa76f8
~ rework overview.png
5 years ago
.idea project idea. 5 years ago
mispbridge + servlets interact 5 years ago
mispclient + servlets interact 5 years ago
LICENSE.md + servlets interact 5 years ago
README.md + dummy servlet. 5 years ago
overview.png ~ rework overview.png 5 years ago
overview.uxf ~ rework overview.png 5 years ago

README.md

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).

Overview

How to Run

  • Install Tomcat
    • apt-get install tomcat9
  • Start Tomcat:
    • /usr/bin/tomcat9-instance-create -p 9090 <foo>/tomcat/
    • <foo>/tomcat/bin/startup.sh
  • Link this project to where Tomcat expects files:
    • ln -s <bar>/mispbridge/ <foo>/tomcat/webapps/
    • ln -s <bar>/mispclient/ <foo>/tomcat/webapps/