Thierry USO
Free softwares for OpenVMS
 

JOnAS : About

JOnAS is a J2EE applications server. It is developed under the guidance of the ObjectWeb consortium.

Jean-Yves Bourles and I have ported JOnAS 4.3.4 on OpenVMS. This release is Sun J2EE 1.4 certified. Porting means testing all the functions, writing startup, shutdown and admin procedures and creating a PCSI kit.

JOnAS is a free software under an LGPL license. JOnAS for OpenVMS needs Java 1.4.1-2 or later. It MUST be installed on ODS5 volume. JOnAS has been tested on Alpha but not on Itanium.

Thanks to :

  • Jean-Yves Bourles (tests)
  • Stephane Traumat (technical infos)


JOnAS : Screenshots

earsample

jonasAdmin

| Top |


JOnAS : Download

free-axpvms-jonas-v0403-4-1.zip

The ZIP archive contains the PCSI kit for JOnAS 4.3.4. This kit is based on the official archive jonas4.3.4-jetty5.1.2.tgz.

| Top |


JOnAS : Installation

1. Extract the PCSI kit from the ZIP archive

$ UNZIP "-V" FREE-AXPVMS-JONAS-V0403-4-1.ZIP

2. Install the JOnAS package to your chosen directory

By default, the installation procedure installs the JOnAS package in the SYS$COMMON:[JONAS_4_3_4] directory. To install it in dev:[dir.JONAS_4_3_4], use the /DESTINATION parameter of the PRODUCT command.

$ PRODUCT INSTALL jonas

or...

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

3. Check the installation of JOnAS

$ @SYS$COMMON:[JONAS_4_3_4]JONAS VERSION
$ @SYS$COMMON:[JONAS_4_3_4]JONAS CHECK

or...

$ @dev:[dir.JONAS_4_3_4]JONAS VERSION
$ @dev:[dir.JONAS_4_3_4]JONAS CHECK

4. Start JOnAS in a detached process

$ @SYS$COMMON:[JONAS_4_3_4]JONAS_STARTUP

or...

$ @dev:[dir.JONAS_4_3_4]JONAS_STARTUP

Consult SYS$MANAGER:JONAS.LOG in order to know when JOnAS is operational.

4. Stop JOnAS

$ @SYS$COMMON:[JONAS_4_3_4]JONAS STOP

or...

$ @dev:[dir.JONAS_4_3_4]JONAS STOP

| Top |


JOnAS : News

2005-07-13

  • JOnAS 4.3.4 port

To do

  • ??

| Top |