Re: Problems getting up and running.

2009-05-28 Thread Tim Haughton
2009/5/28 Koji Sekiguchi > How does your look like in solrconfig.xml? > > > ${solr.data.dir:./solr/data} It looks just like this. Which made me notice that this variable isn't being defined in the tomcat init.d script, so I added it. Now it kind of works. I think. Although... /var/solr/dat

Re: Problems getting up and running.

2009-05-28 Thread Tim Haughton
OK, I spoke too soon. When you tried it on your Mac, did it create the index in the right place? Mine is still trying to create it under the webapps directory. Cheers, Tim 2009/5/28 Tim Haughton > 2009/5/28 Koji Sekiguchi > >> >> Ok. >> I've just tried it (th

Re: Problems getting up and running.

2009-05-28 Thread Tim Haughton
2009/5/28 Koji Sekiguchi > > Ok. > I've just tried it (the way you quoted above) on my Mac and worked fine... > Do you see any errors on Tomcat log when starting? > Sussed it. As you would imagine it was the stupidest of things. And probably the *one* thing left out of my description. My solr.xm

Re: Problems getting up and running.

2009-05-28 Thread Tim Haughton
wise, this entire Context element is ignored. I need to be able to change the location of the index. Cheers, Tim 2009/5/28 Koji Sekiguchi > If you have webapps directory under /usr/local/tomcat, place solr.war to > there. > > http://wiki.apache.org/solr/SolrTomcat > > Koj

Problems getting up and running.

2009-05-28 Thread Tim Haughton
Hi, I'm all at sea with this. I'm trying to get Ubuntu 9.04 (x64 Server), Tomcat 6.0.18 and Solr 1.3.0 to play together. So far, no dice. Here's where I'm at: I installed Java: sudo aptitude install sun-java6-jdk I downloaded the latest Tomcat (6.0.18) and stuck it in /usr/local/tomcat I downlo