Re: solr setup

2006-05-05 Thread Chris Hostetter
: I'm getting this error message: : : org.apache.jasper.JasperException: Unable to compile class for JSP : An error occurred at line: 18 in the jsp file: /admin/stats.jsp : Generated servlet error: : /var/lib/tomcat5/work/Catalina/localhost/solr/org/apache/jsp/admin/stats_jsp.java:106: for-each

Re: Java heap space

2006-05-05 Thread Erik Hatcher
Along these lines, locally I've been using the latest stable version of Jetty and it has worked fine, but I did see an "out of memory" exception the other day but have not seen it since so I'm not sure what caused it. Moving to Tomcat, as long as we can configure it to be as lightweight a

Re: Java heap space

2006-05-05 Thread Bill Au
There seems to be a fair number of folks using the jetty with the example app as oppose to using Solr with their own appserver. So I think it is best to use a stable version of Jetty instead of the beta. If no one objects, I can go ahead and take care of this. Bill On 5/4/06, Yonik Seeley <[EM

Re: solr setup

2006-05-05 Thread Yonik Seeley
On 5/5/06, Marcus Stratmann <[EMAIL PROTECTED]> wrote: Yonik Seeley wrote: > If you start from a normal tomcat distribution, we will be able to > eliminate that difference. Yes, I finally got Solr working with Tomcat. But there are still two minor problems. The first appears when I try to get th

Re: solr setup

2006-05-05 Thread Marcus Stratmann
Yonik Seeley wrote: > If you start from a normal tomcat distribution, we will be able to > eliminate that difference. Yes, I finally got Solr working with Tomcat. But there are still two minor problems. The first appears when I try to get the statistics page. I'm getting this error message: org.a