Web Application Nat Traversal
Posted
by pbreault
on Stack Overflow
See other posts from Stack Overflow
or by pbreault
Published on 2010-04-07T21:45:41Z
Indexed on
2010/04/07
22:03 UTC
Read the original article
Hit count: 297
We are deploying web applications in java using tomcat on client machines across the country.
Once they are installed, we want to allow a 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 the http traffic in a way that the central server can access the web application that is behind the firewall ?
The central server has a static ip address and we have full control over it.
We don't need to access the filesystem, we only want to access the web application itself through a browser.
© Stack Overflow or respective owner