Created
August 12, 2016 21:36
-
-
Save phpdave/64bf5d777402df4a9dfc3813a28b101f to your computer and use it in GitHub Desktop.
Trying to make a JDBC connection to a litmis space through an ssh tunnel
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#In terminal | |
ssh -L 23470:localhost:3470 [email protected] | |
#in JDBC setup using JTOpen driver | |
jdbc:as400://spaces.litmis.com;proxy server=localhost:23470 | |
#jtopen driver: http://jt400.sourceforge.net/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment