tags:

views:

125

answers:

2

Hi,

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

Thanks, Amit

A: 

Jetty downloads

Reference: Jetty Quick Start

OMG Ponies
+1  A: 

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.

Simon David Pratt