Changes between Version 2 and Version 3 of administration/system-admin
- Timestamp:
- Apr 9, 2009, 11:13:47 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
administration/system-admin
v2 v3 19 19 }}} 20 20 21 === SSH Tunneling === 22 If you want to tunnel the tomcat instance (running nutch) try this command: 23 {{{ 24 ssh user@harvey.silverfilecorp.com -p 2222 -L 8080:localhost:8080 25 }}} 26