Hello Kamaljeet,
it's also mentioned on that page that "Solr runs inside a Java servlet
container such as Tomcat, Jetty, or Resin" - you have to install one of
those first. I don't know about Resin but Tomcat and Jetty have their
webapps directories right inside of them. Solr Home directory from
distribution is "apache-solr-4.x.0/example/solr/". You just have to copy
it anywhere you like and then point out this location by providing
system property solr.solr.home when starting the servlet container of
your choice (also described later in the document).
Best,
Artem Karpenko.
16.08.2013 6:04, Kamaljeet Kaur пишет:
Hello,
They write in the reference guide
<https://cwiki.apache.org/confluence/display/solr/Installing+Solr> , "Copy
the solr.war file from the Solr distribution to the webapps directory of
your servlet container. "
I can't find the webapps directory of the Servlet Container- Java. Please
help.
In next step its written: "Copy the Solr Home directory
apache-solr-4.x.0/example/solr/ from the distribution to your desired Solr
Home location. "
Which solr home directory they refer to? And which desired Solr Home
location?? Please tell.
--
View this message in context:
http://lucene.472066.n3.nabble.com/Where-is-the-webapps-directory-of-servlet-container-tp4084968.html
Sent from the Solr - User mailing list archive at Nabble.com.