CL Command Reference - ENDHTTPCRL

CL Command List > ENDHTTPCRL Reference

Description:

The End HTTP Crawling (ENDHTTPCRL) command allows you to end or temporarily pause a crawling session for a specified document list.


Examples:

Example 1: Ending a Crawling Session

ENDHTTPCRL
DOCLIST(¡¯/QIBM/USERDATA/HTTPSVR/INDEX/myindex.DOCUMENT.LIST¡¯)
ACTION(*END)

This command ends the crawling session that had been previously started using document list file myindex.DOCUMENT.LIST located in the directory path /QIBM/USERDATA/HTTPSVR/INDEX.



Example 2: Ending a Crawling Session

ENDHTTPCRL
DOCLIST(¡¯/QIBM/USERDATA/HTTPSVR/INDEX/myindex.DOCUMENT.LIST¡¯)
ACTION(*PAUSE)

This command pauses a crawling session that had been previously started. The crawling session can be resumed by running the Resume HTTP Crawler (RSMHTTPCRL) command and specifying the same document list file.