Thierry USO
Free softwares for OpenVMS
 

Jetty : About

Jetty is a Web server (HTTP/1.1 server and servlet container) for static and dynamic content. It is developed under the guidance of Mort Bay Consulting.

Jean-Yves Bourles and I have ported Jetty 5.1.4 on OpenVMS. Porting means testing all the functions, writing startup and shutdown procedures and creating a PCSI kit.

Jetty is a free software under an Apache 2.0 license. Jetty for OpenVMS needs Java 1.4.1-2 or later. It MUST be installed on ODS5 volume. Jetty has been tested on Alpha and Itanium.

Thanks to :

  • Jean-Yves Bourles (tests)


Jetty : Screenshots

Javadoc

Admin

| Top |


Jetty : Download

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

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

The ZIP archive contains the PCSI kit for Jetty 5.1.4. 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).

| Top |


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 the Jetty package to your chosen directory

By default, the installation procedure installs the Jetty package 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 in a detached process

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

or...

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

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

| Top |


Jetty : News

2005-09-01

  • Jetty 5.1.4 port

2005-02-05

  • Jetty 5.1.2 port

To do

  • ??

| Top |