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.2 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 but not on Itanium.
Thanks to :
- Jean-Yves Bourles (tests)
Jetty : Screenshots
Jetty : Download
free-axpvms-jetty-v0501-2-1.zip
The ZIP archive contains the PCSI kit for Jetty 5.1.2. This kit is based on the official archive Jetty-5.1.2.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-2-1.ZIP
2. Install the Jetty package to your chosen directory
By default, the installation procedure installs the Lucane package in the SYS$COMMON:[JETTY-5_1_2] directory. To install it in dev:[dir.JETTY-5_1_2], 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:[JETT-5_1_2]JETTY_STARTUP
or...
$ @dev:[dir.JETTY-5_1_2]JETTY_STARTUP
Consult SYS$MANAGER:JETTY.LOG in order to know when Jetty is operational.
Jetty : News
2005-02-05
- Jetty 5.1.2 port
To do