RE : Re: uploading the nutch war file

2006-08-21 Thread kawther khazri
please can you explain more, when I type this url : http://localhost:8080/manager/dedploy?/home/david/nutch-nightly/nutch-nightly.war I obtain a 404 error ken [EMAIL PROTECTED] a écrit : All these are done on the console of the actual system. Obviously you are trying to do remote and the

RE : Re: uploading the nutch war file

2006-08-21 Thread kawther khazri
please can you explain more, when I type this url : http://localhost:8080/manager/dedploy?/home/david/nutch-nightly/nutch-nightly.war I obtain this: Un problème s'est produit lors du chargement de http://localhost:8080/manager/derploy?jar:file:/home/david/nutch-nightly/nutch-nightly.war :

Re: show additional lucene index information on Nutch's Search Page

2006-08-21 Thread Andrzej Bialecki
Feng Ji wrote: Hi there, I used indexer to store one additional field in lucene index, Field.Store.YES, Field.Index.NO. (I will only add one single field, I see the discuss about performance penalty of this) then, I want to retrieve it from nutch's search page. I took a look of how nutch to

problem in starting tomcat5

2006-08-21 Thread kawther khazri
hello, when I try to start tomcat, I get this error: [EMAIL PROTECTED] ~]# service tomcat5 start Starting tomcat5: lock file found but no process running for pid 9019, continuing find: AVERTISSEMENT: vous avez spécifié l'option -mindepth après un argument qui n'est pas une option -type mais les

Re: RE : Re: uploading the nutch war file

2006-08-21 Thread ken
Because you cannot do that, you have to load the .war file with tomcat manager. It uploads and unpacks the files in /var/lib/tomcat5/webapps/. So you would have these files under /var/lib/tomcat5/webapps/nutch-nightly: -rw-r--r-- 1 tomcat tomcat 2279 Mar 27 14:52 anchors.jsp drwxr-xr-x 3 tomcat

Re: problem in starting tomcat5

2006-08-21 Thread ken
To see if it is running, looks like it is: ps -aux |grep tomcat Do you tomcat on the webpage? http://localhost:8080 Then login and upload the war file. It will then show up under applications. hello, when I try to start tomcat, I get this error: [EMAIL PROTECTED] ~]# service tomcat5 start

RE : Re: RE : Re: uploading the nutch war file

2006-08-21 Thread kawther khazri
hi, I know it is may be stuped, but can you show me how to load the nutch war file using tomcat manager i didn't find it. in fact I'm not familiar with this. thanks ken [EMAIL PROTECTED] a écrit : Because you cannot do that, you have to load the .war file with tomcat manager. It uploads and

RE : Re: problem in starting tomcat5

2006-08-21 Thread kawther khazri
when i execute this commande I obtained this ps aux|grep tomcat root 10230 0.0 0.1 3944 748 pts/2R+ 12:02 0:00 grep tomcat I don't know if it works or not. but this link doesn't work: http://localhost/8080/ ken [EMAIL PROTECTED] a écrit : To see if it is running, looks like it

Re: RE : Re: problem in starting tomcat5

2006-08-21 Thread Ken Gregoire
Tomcat is not running. You need to have the proper java and tomcat installed and running before you can install nutch Use this to install java from source http://www.mybizguard.com/mediawiki/index.php/Java_sun_sources Use this to install tomcat

Zip Plugin

2006-08-21 Thread Lourival Júnior
Has anyone get successful in implement Zip parse plugin in nutch 0.7.2? Regards -- Lourival Junior Universidade Federal do Pará Curso de Bacharelado em Sistemas de Informação http://www.ufpa.br/cbsi Msn: [EMAIL PROTECTED]

Re: Problem with logging of Fetcher output in 0.8-dev

2006-08-21 Thread Doug Cook
Hi, Ed- I'm seeing the same problem. If anyone has had a similar experience and solved it, please let me know. In the mean time, I'll keep investigating and post back if I figure out what's going wrong. This may or may not matter, but I'm running everything on a single MP machine w/o DFS. Doug