Hi;
I am new to Solr and I was using Solr as war file and deploying it into
Tomcat. However I decided to use Solr as jar file with Embedded Jetty. I
was doing like that: when I run "dist" at ant I get .war file of Solr and
used to deploy to Tomcat.
I want to use it as a jar file as like start.jar under example folder. What
should I do, what is that solr-core-4.2.1-SNAPSHOT?
When you change code and want to use Solr in a production environment what
do you do. Should I use that start.jar, how to compile it.