Coyote for OpenQM
QMWeb HTTP Server - The Coyote web server for OpenQM.
Release History:
2006-02-28 - Initial posting - version 2.1.0
2006-03-11 - Linux - GPL and Commercial - version 2.1.1
Fix for SIGHUP issue on phantoms
Erratta:
Catalog error on Windows:
A catalog error on qmweb-win-2006-03-03.zip has been reported. This can be fixed by:
Login to the QMWEB account
:DELETE VOC CCALL.INIT
Log completely off of the system
Log back in to the QMWEB account
:BASIC CCALL.BP * (ignoring any errors and warning)Downloads:
This is the Coyote web server (HTTP server) for OpenQM. There are several release "variants":
License Platform Downloads Open Source / GPL Linux Download Directory Commercial License Linux Download Directory Commercial License Windows Download Directory Documentation:
Platform generic documentation for Coyote is available http://coyote.modsoft.com.
Licensing on Commercial QM:
When running on Commercial QM, Coyote consumes licenses, even when running on phantoms. This is intentional.
The smallest "practical" system to run Coyote for QM on would be a 4 user system:
- 1 port to login manually to administer the system
- 1 port for the QMWEB supervisor
- 2 ports for QMWEB thread processes
Coyote for QM is free for all Commercial QM installations licensed on or after March 1, 2006. Just make sure you have licensed enough QM seats.
Quick Start instructions for QM:
Linux/GPL
Untar the /usr/qmweb directory
cd /usr
mkdir qmweb
cd qmweb
tar xvzf /tmp/qmweb-gpl-2006-02-28.tar.gzAdd 'QMWEB' to the ACCOUNTS file
cd /usr/qmsys
bin/qm
CREATE-ACCOUNT QMWEB /usr/qmwebStart the "plip_d..." communications daemon
/usr/qmweb/bin/plip_d_gpl -zf 127.0.0.1:40400 127.0.0.1
Login to QMWEB and start Coyote
cd /usr/qmweb
/usr/qmsys/bin/qm
PLIP-CLEANUP
PLIP-STARTLinux/Commercial
Untar the /usr/qmweb directory
cd /usr
mkdir qmweb
cd qmweb
tar xvzf /tmp/qmweb-linux-2006-03-02.tar.gzAdd 'QMWEB' to the ACCOUNTS file
cd /usr/qmsys
bin/qm
CREATE-ACCOUNT QMWEB /usr/qmwebStart the "plip_d..." communications daemon
/usr/qmweb/bin/plip_d_qm -zf 127.0.0.1:40400 127.0.0.1
Login to QMWEB and start Coyote
cd /usr/qmweb
/usr/qmsys/bin/qm
PLIP-CLEANUP
PLIP-STARTLinux/Windows
Unzip the /usr/qmweb directory
In explorer expand the qmweb-win-2006-03-03.zip file into a new c:\qmweb directory
Add 'QMWEB' to the ACCOUNTS file
cd /usr/qmsys
bin/qm
CREATE-ACCOUNT QMWEB c:\qmwebLogin to QMWEB and start Coyote
cd /usr/qmweb
/usr/qmsys/bin/qm
PLIP-CLEANUP
PLIP-START