jetty.project/jetty-distribution/src/main/resources/bin
Jesse McConnell 6cd07bfc86 [Bug 362249] update shell scripts to jetty8 2011-11-02 15:02:40 -05:00
..
README.jetty-cygwin.txt.txt readded jetty-distribution 2009-08-09 23:42:32 +00:00
jetty-cygwin.sh [Bug 362249] update shell scripts to jetty8 2011-11-02 15:02:40 -05:00
jetty-xinetd.sh readded jetty-distribution 2009-08-09 23:42:32 +00:00
jetty.sh [Bug 362249] update shell scripts to jetty8 2011-11-02 15:02:40 -05:00

README.jetty-cygwin.txt.txt

Before running jetty-cygwin.sh on cygwin, define the JAVA_HOME and JETTY_HOME first.

$ export JAVA_HOME=/path/to/jvm
$ export JETTY_HOME=/path/to/jetty

Examples:
$ export JAVA_HOME=/usr/bin/jvm
So assuming you installed cygwin on C:\cygwin, the jvm needs to be in C:\cygwin\usr\bin\jvm

$ export JETTY_HOME=/usr/share/jetty6
So assuming you installed cygwin on C:\cygwin, jetty needs to be in C:\cygwin\usr\share\jetty6