OpenVMS
Free softwares
 

Jetty : About

Jetty is a Web server (HTTP server and servlet container) for static and dynamic content written in Java under Apache 2.0 license.

Jetty 5.x supports Servlet 2.4 and JSP 2.0.

Thierry Uso has ported Jetty 5.1.4 on OpenVMS. Porting means testing all the functions, writing startup and shutdown procedures and creating a PCSI kit.

Jetty for OpenVMS needs Java 1.4.1-2 or later. It must be installed on an ODS5 volume. Jetty has been tested on Alpha and Itanium.

Contact : Thierry Uso

Thanks to :

Jean-Yves Bourlès (tests)

Jetty : Screenshots

Javadoc window

Admin window

Jetty : Download

ZIP archives containing the PCSI kit of Jetty 5.1.4 :

Alpha: free-axpvms-jetty-v0501-4-1.zip
Itanium: free-i64vms-jetty-v0501-4-1.zip

This kit is based on the official archive Jetty-5.1.4.zip which contains the Jetty jars and some optional jars (xerces, jasper, commons-loggins, mx4j).

Jetty : Installation

1. Extract the PCSI kit from the ZIP archive

$ UNZIP ”-V” FREE-AXPVMS-JETTY-V0501-4-1.ZIP

or…

$ UNZIP ”-V” FREE-I64VMS-JETTY-V0501-4-1.ZIP

2. Install Jetty in your chosen directory

By default, the installation procedure installs Jetty in the SYS$COMMON:[JETTY-5_1_4] directory. To install it in dev:[dir.JETTY-5_1_4], use the /DESTINATION parameter of the PRODUCT command.

$ PRODUCT INSTALL jetty

or…

$ PRODUCT INSTALL jetty /DESTINATION=dev:[dir]

3. Start Jetty as a detached process

$ @SYS$COMMON:[JETTY-5_1_4]JETTY_STARTUP

or…

$ @dev:[dir.JETTY-5_1_4]JETTY_STARTUP

Read SYS$MANAGER:JETTY.LOG in order to know when Jetty is operational.

Jetty : News

2005-02-05

Jetty 5.1.2 port

2005-09-01

Jetty 5.1.4 port

To do

??