TcpTunnelGui: maybe old but still useful

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

  1. Download the jar (soap-2.3.jar) containing the necessary classes here
  2. Open a command prompt/ terminal and go the location where the jar is located
  3. Run the following command
  4. 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 :-)

categories: General

About Pascal Alma

Pascal started as an Oracle Developer in 1997 and developed numerous applications with Oracle Designer/Developer and PL/SQL. Since 2001 Pascal becomes more and more active with the development of software at the Java/J2EE platform. Nowadays Pascal is a senior JEE Developer/ Architect and has a lot of experience with several open source initiatives/ frameworks especially within the Enterprise Integration area. Besides these technical skills Pascal is a big Scrum enthusiastic.

Comments are closed.