alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

Jetty example source code file (readme.txt)

This example Jetty source code file (readme.txt) is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Java - Jetty tags/keywords

for, instructions, instructions, jetty, removing, removing, service, starting, starting, stopping, stopping, wiki

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

 

new blog posts

 

Copyright 1998-2021 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.