How to Run MatchPoint Java Back-end on other platforms other than Windows

How to Run MatchPoint Java Back-end on other platforms other than Windows

A way to run MatchPoint in other platforms other that running the windows installer is to run the MatchPoint back-end as a web application on a web servers as Tomcat,

Tomcat can be installed on the IBM or Linux.

To run MatchPoint on Tomcat follow this steps:

  1. Create the folder <Tomcat installation folder>/bin/Lic
  2. Copy the the License to the <Tomcat installation folder>/bi/Lic
  3. Deploy the MatchPoint war file on the Tomcat server
  4. Configure the <Tomcat installation folder>/webapps/MatchPoint/WEB-INF/Classes/obsvr.properties file according to you Database server, MatchPoint supports MS SQL and IBM jdbc connections.

Connection string samples:

MS SQL

Environment.Default.Driver=com.microsoft.sqlserver.jdbc.SQLServerDriver
Environment.Default.DataSource=jdbc:sqlserver://<SQLServerName>:1433;user=<user>;password=<password>;databaseName=MatchPoint;

IBM

Environment.Default.Driver=com.ibm.as400.access.AS400JDBCDriver
Environment.Default.DataSource=jdbc:as400://<IBMServerName>/MPDTA;user=<user>;password=<password>;prompt=false

Once the MatchPoint WAR file is deployed you can go to:

http://<tomcatserver>/MatchPoint/MPAdmin

to check if it is running and some other information the dispatcher can provide

NOTE: depending on you tomcat configuration you may require to put the tomcat port on the URL please consider that if you get any errors.

You can download the MatchPoint War file from here:

    • Related Articles

    • MatchPoint 6.5 is Released

      Go to the link below to download CM MatchPoint 6.5 Build 005, this is the latest release which include all the updates up to December 2019 MatchPoint 6.5 Build 005 What’s is New: JAVA Back-end: The New release back-end has been moved from RPG to ...
    • CM MatchPoint 7.0 is Available

      Go to the link below to go to Dowbload page for CM MatchPoint 7.0 Build 004 (June 2021) MatchPoint V7.0 Build 004 What’s is New: IBM Web Services Promoter: CM MatchPoint now includes a new module "WebServices promoter", this new module allows CM ...
    • MatchPoint Client Installation Process

      Installation Process 1 - Create the Next Folders: a. C:\MatchPoint\Client b. C:\MatchPoint\Docs 2 - Double Click MatchPoint Installer **  3- Select Install Client Components click forward 4 - Accept the License 5 - Select the Folder ...
    • MatchPoint System Requirements

      CM MatchPoint Client Minimum: Windows XP or Higher 2 GB RAM CPU Inter core i5 or higher Recommended: Windows 10 or higher 8 GB Ram CPU Inter core i5 or higher Hard Drive 1 TB CM MatchPoint Server (Java) Java Run-time Environment (JRE) 1.8.021 or ...
    • MatchPoint 6.5 Updates

      2006696 Cumulative Fix, September 2019 2006694 User is not saved in the Model extract process 2006695 Select Model to be used in AutoGen tool when multiple Local Models assigned to CR * This fix include server side components, this include a .jar and ...