|
Jetty example source code file (readme.txt)
The Jetty readme.txt source code
Jetty Service Instructions (For Wiki)
** installing jetty as windows service
- in <jetty-root>/bin
Jetty-Service.exe --install jetty-service.conf
or
Jetty-Service.exe -i jetty-service.conf
** Starting jetty as windows service
- in <jetty-root>/bin
Jetty-Service.exe --start jetty-service.conf
or
Jetty-Service.exe -t jetty-service.conf
** Stopping jetty as windows service
- in <jetty-root>/bin
Jetty-Service.exe --stop jetty-service.conf
or
Jetty-Service.exe -p jetty-service.conf
** Removing jetty as windows service
- in <jetty-root>/bin
Jetty-Service.exe --remove jetty-service.conf
or
Jetty-Service.exe -r jetty-service.conf
Other Jetty examples (source code examples)Here is a short list of links related to this Jetty readme.txt source code file: |
| ... this post is sponsored by my books ... | |
#1 New Release! |
FP Best Seller |
Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.
A percentage of advertising revenue from
pages under the /java/jwarehouse
URI on this website is
paid back to open source projects.