Created
September 29, 2011 13:41
-
-
Save timbroder/1250743 to your computer and use it in GitHub Desktop.
endeca 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
ssh -L10008:8.14.113.146:10008 [email protected] | |
ssh -L8888 :8.14.113.146:8888 [email protected] | |
Then I override the hardcoded "8.14.113.146" in lib/Ai_Endeca/Endeca_SOAP.class.php with "localhost" | |
You can setup a similar tunnel on 8888 if you want to use the test implimentation, then you could go here: | |
http://localhost:8888/endeca_jspref/controller.jsp?sid=1302CF39EB83&enePort=10008&Ne=1000&eneHost=localhost&N=0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment