Before starting the test, make sure that the MORE server and the external DIG DL reasoner RACER are running. You can do the following:

  • Installation of XDIG
    Unzip the XDIG package diglibrary.zip into the directory of the SWI-Prolog (version 5.4.7, or higher) library.
  • Launch the External DIG DL reasoner RACER
    The DL reasoner Racer can be launched for the default port '8000' by the following command line:
    racer -http 8000

  • Launch the MORE server
    Click on the corresponding server program with a goal like:
    :- http_server(dig_server,[port(8003)]).

    The default port of the MORE server is '8003'. The default port of the external DL reasoner is '8000'. The default host of the MORE server and the external DL reasoner is 'localhost'. If you want to use another host or port, change the corresponding settings in your Prolog code and/or the POST actions in this html file 'moremain.htm'.