Вопрос

Question Update: Thank you Okke Klein for your update.

I am trying to implement crawl anywhere for crawling the doc file folder.

I followed the instruction specified in http://www.crawl-anywhere.com/installation-v300/

Installed tomcat and Apache web server.

so i am trying to login to crawler using :: http///crawler.

but i am getting message as

The requested URL /crawler was not found on this server.

Apache/2.0.64 (Win32) Server at localhost Port 80

And for ://ip:8180/crawlerws it giving :

<error>
<errno>1</errno>
<errmsg>Missing action</errmsg>
</error>

Can any one tell what i am missing and how i can log in to crawler administrator.

Это было полезно?

Решение

Crawler admin isn't run under Tomcat. It is run under Apache.

It also seems like your Solr isn't running. This is however not needed for Admin interface.

The crawlerws is running fine looking at response. This is only used however for some interactions in the admin interface and is not crucial.

So reread the portion of Apache setup to get the Admin interface running. It might already be running under http://ip:80/crawler.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top