downloaded wars can't deploy
I tried all the downloadable version (4) and in 3 different containers, including Jetty. I deployed the war file from /dist folder. At start up of each container it said it can't find some solar.config files and the they barfed. Are people able to use solr today? If so how? tia, .V
Re: Re: downloaded wars can't deploy
I take it that others can get it to work. I read the tutorial. (I did not see anything about solar config xml there). I did the post, that seemed to work. I then surfed to /admin and it gave me jsp errors on all 3 containers. Where would I get a sample solar.xml config files? Where would I put them? What to do about jsps that won't load? tia, .V On 10/29/06, Chris Hostetter <[EMAIL PROTECTED]> wrote: : At start up of each container it said it can't find some solar.config files : and the they barfed. : Are people able to use solr today? : If so how? please take a look at the Tutorial and try out the example configuration... http://incubator.apache.org/solr/tutorial.html ...Like many applications, Solr can't do anything without some basic configuration information. -Hoss -- [EMAIL PROTECTED]
Re: downloaded wars can't deploy
My solution to get it to work, was this in Resin: solr/home java.lang.String /solr1 so it can find the config. thx, .V ps: (one day I might venture to replace the solr.client xml centric protocol w/ hessian)
2 questions on web.xml , score and committ
1. I am looking in the source and can't find a default web.xml? 2. do I have to have commit on the client side or will Solr autocomitt in a few minutes? 3. I want to return the score of search in solr (like lucene). tia, .V