Re: Installing Solr under Glassfish

2010-04-27 Thread Chris Hostetter
: Nope, still not right. The index is not created under solr home, instead it is : created relative to $CWD, which in Glassfish is in the configuration area of : the domain. : : How do I get the index back to live under solr.solr.home? what does your dataDir directive in solrconfig.xml look like

Re: Installing Solr under Glassfish

2010-04-27 Thread Theodore Omtzigt
Nope, still not right. The index is not created under solr home, instead it is created relative to $CWD, which in Glassfish is in the configuration area of the domain. How do I get the index back to live under solr.solr.home? Theo On 4/26/2010 9:32 PM, Theodore Omtzigt wrote: Turns out that I

Re: Installing Solr under Glassfish

2010-04-26 Thread Theodore Omtzigt
Turns out that I was almost there, just stuck that system property in the wrong place. There is a "Systems Properties" form just for these types of things. Sticking them in the JVM or Web Container properties wasn't the right thing to do. The only problem I now still have is that the xml respo

Installing Solr under Glassfish

2010-04-26 Thread Theodore Omtzigt
I am having trouble getting solr configured under glassfish. I am following the setup instructions from (http://wiki.apache.org/solr/SolrInstall). I copied the example solr home directory example/solr to /var/solr. When I deploy the solr.war and start it, I get the error that it cannot find sol