Size: 475
Comment:
|
Size: 642
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 5: | Line 5: |
a. [[attachment:mcm-validator-mock-0.0.1-SNAPSHOT-jar-with-dependencies.jar]] | |
Line 6: | Line 7: |
a. [[attachment:cachedReturnValue.xml]] | |
Line 7: | Line 9: |
java -jar target/mcm-validator-mock-0.0.1-SNAPSHOT-jar-with-dependencies.jar}}} | java -jar mcm-validator-mock-0.0.1-SNAPSHOT-jar-with-dependencies.jar}}} |
Line 9: | Line 11: |
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. | The server only validates the file specified in the filename element of {{{cachedReturnValue.xml}}}. A media file with that name must therefor be in the content folder of the chaos plugin. |
Setup MCM Validation server mock
This page describes how to setup a mock server, simulating an MCM server.
- Download jar file.
- Download MCM return value xml file and put it in the same folder as the jar file.
Start the server
java -jar mcm-validator-mock-0.0.1-SNAPSHOT-jar-with-dependencies.jar
The server only validates the file specified in the filename element of cachedReturnValue.xml. A media file with that name must therefor be in the content folder of the chaos plugin.