: 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? As a recall, an oddity of SOlr that has always existed is that if you declare a dataDir path it is relative the CWD -- if you don't declare one then solr defaults to "data" in the instanceDir (aka: solr home for single core use) -Hoss