> I have been working on setting up a good working environment for my
LEAF work, which primarily involves sh-httpd and Weblet, VMWare is an
option if I move to 1.44 disks and change a few things (haven’t tried it
yet).  I also know that UML is a good option as I have Mandrake at home,
but I’m wishing for more portability.
>
> Last night I tried to setup a Cygwin system.  I tried to get sh-httpd
to work but could not figure out the problem.  I suspect it my be my
lack of true understanding of what exactly Cygwin is and does.  Any one
out there gone down this road?

I use cygwin, but haven't tried using it with sh-httpd.  Cygwin is
basically a unix shell environment for windows, including the familiar
bash shell, and most common unix/gnu utilities (from sed & grep to gcc).
The problem with running sh-httpd in this environment is sh-httpd needs
to be launched by inetd, the internet service "super daemon".  I'm not
sure if there's an easy way to do this from within windows (even using
cygwin)...if you figure something out, let us know.

Of course you could always do something like:

cat /path/myhtmlquery | sh-httpd >response.html

which while handy when debugging sh-httpd, is not too useful when trying
to play with weblet pages (actually loading it up in a browser is a
*MUCH* easier way to debug web content).

HTH

Charles Steinkuehler
http://lrp.steinkuehler.net
http://c0wz.steinkuehler.net (lrp.c0wz.com mirror)



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Gadgets, caffeine, t-shirts, fun stuff.
http://thinkgeek.com/sf

_______________________________________________
Leaf-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-devel

Reply via email to