Re: solr on ubuntu 8.04

2008-10-02 Thread sunnyfr
) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:616) at org.apache.commons.daemon.support.DaemonLoader.start(DaemonLoader.java:177) -- View this message in context: http://www.nabble.com/Re%3A-solr-on-ubuntu-8.04

Re: solr on ubuntu 8.04

2008-10-02 Thread Jack Bates
) at java.lang.reflect.Method.invoke(Method.java:616) at org.apache.commons.daemon.support.DaemonLoader.start(DaemonLoader.java:177) Quoted from: http://www.nabble.com/Re%3A-solr-on-ubuntu-8.04-tp17502975p17502975.html signature.asc Description: This is a digitally signed

Re: solr on ubuntu 8.04

2008-10-02 Thread Tricia Williams
) at org.apache.commons.daemon.support.DaemonLoader.start(DaemonLoader.java:177) Quoted from: http://www.nabble.com/Re%3A-solr-on-ubuntu-8.04-tp17502975p17502975.html

Re: solr on ubuntu 8.04

2008-10-02 Thread ristretto . rb
I had absolutely not luck with the jetty-solr package on Ubuntu 8.04. I haven't tried Tomcat for solr. I do have it running on Ubuntu though. Here's what I did. Hope this helps. Don't do this unless you understand the steps. When I say things like 'remove contents' I don't know what you have

Re: solr on ubuntu 8.04

2008-10-02 Thread ristretto . rb
before. Hope this helps. gene On Fri, Oct 3, 2008 at 10:14 AM, ristretto. rb [EMAIL PROTECTED] wrote: I had absolutely not luck with the jetty-solr package on Ubuntu 8.04. I haven't tried Tomcat for solr. I do have it running on Ubuntu though. Here's what I did. Hope this helps. Don't do

Re: solr on ubuntu 8.04

2008-06-01 Thread Chris Hostetter
: Thanks for your suggestions. I have now tried installing Solr on two : different machines. On one machine I installed the Ubuntu solr-tomcat5.5 : package, and on the other I simply dropped solr.war : into /var/lib/tomcat5.5/webapps This may be a silly question, but did you create a solr home

Re: solr on ubuntu 8.04

2008-05-28 Thread Andrew Savory
Hi Jack, 2008/5/28 Jack Bates [EMAIL PROTECTED]: Thanks for your suggestions. I have now tried installing Solr on two different machines. On one machine I installed the Ubuntu solr-tomcat5.5 package, and on the other I simply dropped solr.war into /var/lib/tomcat5.5/webapps Both machines

Re: solr on ubuntu 8.04

2008-05-27 Thread Jack Bates
Thanks for your suggestions. I have now tried installing Solr on two different machines. On one machine I installed the Ubuntu solr-tomcat5.5 package, and on the other I simply dropped solr.war into /var/lib/tomcat5.5/webapps Both machines are running Tomcat 5.5 I get the same error message on

Re: solr on ubuntu 8.04

2008-05-02 Thread Albert Ramstedt
Hardy has solr packages already. You might want to look how they packaged solr if you cannot move to that version. Did you just drop the war file? Or did you use JNDI? You probably need to configure solr/home, and maybe fiddle with securitymanager stuff. Albert On Thu, May 1, 2008 at 6:46 PM,

solr on ubuntu 8.04

2008-05-01 Thread Jack Bates
I am trying to evaluate Solr for an open source records management project to which I contribute: http://code.google.com/p/qubit-toolkit/ I installed the Ubuntu solr-tomcat5.5 package: http://packages.ubuntu.com/hardy/solr-tomcat5.5 - and pointed my browser at: http://localhost:8180/solr/admin