Sha256: a3476685efd9c739fbc2887752e38a78c7f8bf4fa9ebad341b63e60c19d35d01

Contents?: true

Size: 777 Bytes

Versions: 4

Compression:

Stored size: 777 Bytes

Contents

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
    

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
miso-java-0.1.5 jetty/extras/win32service/readme.txt
miso-java-0.1.4 jetty/extras/win32service/readme.txt
miso-java-0.1.3 jetty/extras/win32service/readme.txt
miso-java-0.1.2 jetty/extras/win32service/readme.txt