Skip to content

Instantly share code, notes, and snippets.

@timbroder
Created September 29, 2011 13:41
Show Gist options
  • Save timbroder/1250743 to your computer and use it in GitHub Desktop.
Save timbroder/1250743 to your computer and use it in GitHub Desktop.
endeca tunnel
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