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
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
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.