Java Server
CM Matchpoint backend is a java application that can be run on any platform that supports java, to run the CM MatchPoint server java in the IBM server download the JavaServer.zip, unzip and copy to an IFS location, the run a SMBJOB command like:
- SBMJOB CMD(RUNJVA CLASS(ObRun.ObComms.ObService) PARM('Path=/cmmatchpoint' 2000) CLASSPATH('/cmmatchpoint/lib/obrun.jar:/cmmatchpoint/*')) JOB(CMMPJVA)
replace /cmmatchpoin with the ifs location you copied the files to
IBM Components
1 - Create a backup of the libraries MPPGM, MPDTA, MPCOM if you have a previous version of CM MatchPoint
2 - Transfer the libraries MPPGM, MPDTA, MPCOM from the MPx_IBMComponents.zip to the IBM i Server (all servers)
- C:\>ftp
- ftp> open YOURSYSTEM
- User (YOURSYSTEM:(none)): USER
- 331 Enter password.
- Password:
- 230 USER logged on.
- ftp> quote site namefmt 1
- ftp> bin
- ftp> cd qsys.lib
- ftp> cd qgpl.lib
- ftp> lcd c:\temp\MPInstall\Server
- ftp> put MPPGM.savf
- ftp> put MPDTA.savf
- ftp> put MPCOM.savf
- ftp> quit
3- Restore the libraries from the savefiles:
- RSTLIB SAVLIB(MPPGM) DEV(*SAVF) SAVF(QGPL/MPPGM)
- RSTLIB SAVLIB(MPDTA) DEV(*SAVF) SAVF(QGPL/MPDTA)
- RSTLIB SAVLIB(MPCOM) DEV(*SAVF) SAVF(QGPL/MPCOM)
4 - Copy the data from backup to new release:
- CALL PGM(MPPGM/COPYDATA) PARM(MPDTASAV MPDTA) // MPDTASAV being the backup of previous release
5 - Modify dispatcher start program: MPCOM/STRTCP720
If this program is used to start the dispatcher job, set the portnumber accordingly. You can also copy the program STRTCP720 (AND the source in QCLSRC) from the backup to the new MPCOM library