SOLR-545 -- fixing javadoc reference to multicore.xml

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@685649 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Ryan McKinley 2008-08-13 19:35:37 +00:00
parent 53ac275c93
commit 489d042120
2 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ public class SolrServlet extends HttpServlet {
public void init() throws ServletException {
log.info("SolrServlet.init()");
// Check if the "multicore.xml" file exists -- if so, this is an invalid servlet
// Check if the "solr.xml" file exists -- if so, this is an invalid servlet
// (even if there is only one core...)
String instanceDir = SolrResourceLoader.locateInstanceDir();
File fconf = new File(instanceDir, "solr.xml");

View File

@ -50,7 +50,7 @@ public class SolrUpdateServlet extends HttpServlet {
legacyUpdateHandler = new XmlUpdateRequestHandler();
legacyUpdateHandler.init( null );
// Check if the "multicore.xml" file exists -- if so, this is an invalid servlet
// Check if the "solr.xml" file exists -- if so, this is an invalid servlet
// (even if there is only one core...)
String instanceDir = SolrResourceLoader.locateInstanceDir();
File fconf = new File(instanceDir, "solr.xml");