Jetty server for Windows

Amit picture Amit · Oct 6, 2009 · Viewed 45.7k times · Source

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

Answer

Simon David Pratt picture Simon David Pratt · Oct 6, 2009

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.