I know how to configure solr.home by using Tomcat 6, but I don\'t know how to set solr.home by using Glassfish(V2.1). I have tried to set the sol
solr.home
sol
Try setting a Java environment parameter from Java or edit your VM configuration:
System.setProperty("solr.solr.home", "/home/user/apache-solr-1.4/example/solr");
In my case I simply copied the 'solr' folder to glassfish/domains/domain1/config and it worked.