The issue was indeed in the Java options in the startup file for Tomcat. In order to fix the issue, all I had to do was go to /etc/init.d/, edit the Tomcat startup file to include: explort JAVA_OPTS="$JAVA_OPTS -Dsolr.solr.home=/usr/local/tomcat6.0.20/solr", and restart Tomcat. Thank you!
-----Original Message----- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Wednesday, June 17, 2009 1:52 PM To: Tomcat Users List Subject: RE: Error with Solr configuration in Tomcat container > From: Mukerjee, Neiloy (Neil) [mailto:neil.muker...@alcatel-lucent.com] > 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: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org