I have setup SOLR on a Centos6 server, using Tomcat as a container. Everything is working nicely and I have been able to import document through SolrUpdateCSV into my newly created collection.
I now have two cores: collection1 and vanassem. Collection1 is the default core.
A strange thing happens when I reload Tomcat6: service tomcat6 restart. The vanassem core is not there any more. The directory exists, but SOLR seems to 'forget' it.
When I add a new core through the SOLR admin named 'vanassem' everything is working perfectly again.
I used the following tutorial to install java, tomcat6 and solr on my server: http://andres.jaimes.net/878/setup-lucene-solr-centos-tomcat/
Why would the core go away on a service restart of tomcat6?