> From: Mukerjee, Neiloy (Neil) [mailto:[email protected]] > Subject: Error with Solr configuration in Tomcat container > > The file solrconfig.xml is in /solr/conf/ in the Tomcat directory
That wording is a bit ambiguous, since it's not clear what you mean by "the Tomcat directory"; give us the full path to solrconfig.xml. Note that depending on some particular current directory in order to resolve relative paths is rather risky. > SEVERE: Could not start SOLR. Check solr/home property What is the "solr/home property"? If it's a Java system property, set it via JAVA_OPTS before starting Tomcat, with a value of the *absolute* path to whatever Solr wants. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
