Windows – Jetty server for Windows

jettywindows

Can the Jetty server run on Windows-based environments. If there is a Windows installable, can someone please point me to it?

Best Answer

I found a good tutorial and the quick start documentation on the installation of Jetty in a windows environment. It's not simply an installer, but you merely unzip the files into a folder and run the command:

java -jar start.jar

in the folder where you unzipped it to start the server.