Once the Reply environment installation is done, it is recommended to check that it is correctly installed and running:
- To check the Front status, use the following URL in your web browser:
http://ip-of-my-front-server/search?afs:check=cgi
Example:
http://52.47.142.233/search?afs:check=cgi
The reply must be an XML feed like in the following example:
<afs:replies xmlns:afs="http://ref.antidot.net/v7/afs#" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ref.antidot.net/v7/afs# http://ref.antidot.net/v7.9/search.xsd">
<afs:header>...</afs:header>
<afs:replySet>
<afs:meta uri="urn:AFS_v7:check_front_end_feed" totalItems="1" totalItemsIsExact="true" pageItems="1" firstPageItem="1" lastPageItem="1" durationMs="1" firstPaFId="0" lastPaFId="0" producer="check"/>
<afs:content>
<afs:reply docId="1" uri="http://www.antidot.net">
<afs:title>
<afs:text>AFS v7 Search front end is operational</afs:text>
</afs:title>
<afs:abstract>
<afs:text>Front-end configuration for AFS v7 search is valid</afs:text>
</afs:abstract>
<afs:clientData id="about">...</afs:clientData>
</afs:reply>
</afs:content>
</afs:replySet>
</afs:replies>Another way to check the Front status is by using the following URL:
http://ip-of-my-front-server/search?afs:check=front-end
- To check the Query manager status, use the following URL in your web browser:
http://ip-of-my-front-server/search?afs:check=querymanager
Example:
http://52.47.142.233/search?afs:check=querymanager
A response in XML is displayed:
<afs:replies xmlns:afs="http://ref.antidot.net/v7/afs#" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ref.antidot.net/v7/afs# http://ref.antidot.net/v7.9/search.xsd">
<afs:header>...</afs:header>
<afs:replySet>
<afs:meta uri="urn:AFS_v7:check_Query_Manager_feed" totalItems="1" totalItemsIsExact="true" pageItems="1"
firstPageItem="1" lastPageItem="1" durationMs="1" firstPaFId="0" lastPaFId="0" producer="check"/>
<afs:content>
<afs:reply docId="1" uri="http://www.antidot.net">
<afs:title>
<afs:text>AFS v7 Query Manager is operational</afs:text>
</afs:title>
<afs:abstract>
<afs:text>Front-end and Query Manager configuration for AFS v7 search are valid</afs:text>
</afs:abstract>
<afs:clientData>...</afs:clientData>
</afs:reply>
</afs:content>
</afs:replySet>
</afs:replies>