Error Finding solrconfig.xml

2011-10-09 Thread rocco2004
Hello, I'm having issues setting up Solr as Tomcat service in CentOS. I’m using solr 3.3.0 which should be working with Tomcat 5.5. The error I was getting is: Can't find resource 'solrconfig.xml' in classpath or '/home/datadmin/public_html/apache-solr/example/solr/./conf/', cwd=/usr/local/jakart

Re: Error Finding solrconfig.xml

2011-10-21 Thread rocco2004
Hi Hoss, It ended up been permission issue. I moved the example folder to /usr/local/jakarta/tomcat/webapps/solr/WEB-INF/ and it was able to find it. Java seem to be giving file not found even if it doesn't have permissions to access it. I'm wondering in such cases under what user runs tomcat an

Solr Configuration with 404 error

2011-07-10 Thread rocco2004
I installed Solr using: java -jar start.jar However I downloaded the source code and didn't compile it (Didn't pay attention). And the error using: http://localhost:8983/solr/admin/ was: HTTP ERROR: 404 Problem accessing /solr/admin/. Reason: NOT_FOUND I realized that it was nos configuring bec