Although the TcpTunnelerGui has been around for a while (for about 10 years now) it is still helping me out in several situations. The only thing I keep forgetting is where to get it and what the exact syntax is to run it. So for future reference I put it in this post (and hope I remember this post…).
- Download the jar (soap-2.3.jar) containing the necessary classes here
- Open a command prompt/ terminal and go the location where the jar is located
- Run the following command
java -classpath soap-2.3.jar org.apache.soap.util.net.TcpTunnelGui 8081 localhost 8080
For more info about the tunneler see here. So, now when I need this tunneler in the future I know where I can find it and how to use it š