configuration - Apache Solr - which script launched? -
I'm taking a website, and I'm reading the crontab which I think:
0 * / 2 * * * Curl http://127.0.0.1:8006/se/index-places/ 0 * / 6 * * * Curl http://127.0.0.1:8006/searchengine/index-places /
So I understand every 2 and 6 hours, from "/ index-location" & amp; This is called "Searchengine / index-places", listening on a Jetty / SLR installation 8006 port. But somewhere I can not find which script is "from / index-location" or "searchengine / index-places" ....
WTF ?? How to find out the locations described by these URLs? I went to all config files, and I do not have any clue: ((
Comments
Post a Comment