On 11/12/2013 11:08 AM, KARR, DAVID wrote:
I installed the Unix/Linux/Cygwin Karaf 2.3.3 distro on my Win 7 box. I opened up a Cygwin
"rxvt" window, changed to the karaf installation, and then ran "bin/karaf" in
my Cygwin bash window.
I have usually found it better to run start.bat in a regular cmd window,
or run karaf as a windows service using wrapper. You can also run
karaf.bat within cygwin, then follow the ssh command below.
To connect from cygwin, you can use:
ssh -p8101 karaf@localhost
This works pretty well.