We deploy web applications in java using tomcat on client machines across the country.
After installing them, we want to allow remote access to these web applications through a central server, but we do not want our clients to have to open ports on their routers.
Is there a way to tunnel http traffic in such a way that the central server can access the web application behind the firewall?
The central server has a static IP address and we have full control over it.
We do not need to access the file system, we want to access the web application itself through a browser.
source
share