Differences between revisions 3 and 5 (spanning 2 versions)
Revision 3 as of 2011-02-17 08:28:21
Size: 543
Editor: heb
Comment:
Revision 5 as of 2011-02-17 08:29:42
Size: 592
Editor: heb
Comment:
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:
 1. Download jar file: [[attachment:mcm-validator-mock-0.0.1-SNAPSHOT-jar-with-dependencies.jar]]  1. Download jar file.
  a.
[[attachment:mcm-validator-mock-0.0.1-SNAPSHOT-jar-with-dependencies.jar]]
Line 6: Line 7:
  a. [[attachment:cachedReturnValue.xml]]

Setup MCM Validation server mock

This page describes how to setup a mock server, simulating an MCM server.

  1. Download jar file.
    1. mcm-validator-mock-0.0.1-SNAPSHOT-jar-with-dependencies.jar

  2. Download MCM return value xml file and put it in the same folder as the jar file.
    1. cachedReturnValue.xml

  3. Start the server

    java -jar mcm-validator-mock-0.0.1-SNAPSHOT-jar-with-dependencies.jar

The server only validates the file sample.mp4. A video file with that name must therefor be in the content folder of the chaos plugin.

Setup MCM validation server mock (last edited 2011-05-17 12:27:11 by heb)