You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@nutch.apache.org by "Håvard W. Kongsgård" <nu...@niap.org> on 2006/09/28 19:13:36 UTC

Tomcat 5 / Nutch web gui timeout "blank page"

I have a problem with my Nutch web gui sometimes returning empty pages 
when I do a search. In Nutch 0.7 this was fixed by giving 
ipc.client.timeout a higher value in my webapp/ROOT/ 
WEB-INF/classes/hadoop-site.xml but this has no effect in nutch 0.8.1, 
the nutch web gui still times out after about 30s.


Re: Tomcat 5 / Nutch web gui timeout "blank page"

Posted by "Håvard W. Kongsgård" <nu...@niap.org>.
I solved the problem by giving tomcat 5 more memory

export JAVA_OPTS="-Xmx528m -Xms128m"


Håvard W. Kongsgård wrote:
> I have a problem with my Nutch web gui sometimes returning empty pages 
> when I do a search. In Nutch 0.7 this was fixed by giving 
> ipc.client.timeout a higher value in my webapp/ROOT/ 
> WEB-INF/classes/hadoop-site.xml but this has no effect in nutch 0.8.1, 
> the nutch web gui still times out after about 30s.
>
>