Hi I'm using apache solr 4.7.2 ant apache tomcat ? I can't create core with query in my solr while I cat do it with jetty with the same config. The first problem was "you can pass the system property -Dsolr.allow.unsafe.resourceloading=true to your JVM" that I solve it in my Catalina.sh Now my error is : Unable to create core: uut8 Caused by: Can't find resource 'stopwords.txt' in classpath or conf
My query is : http://10.1.221.210:8983/solr/admin/cores?action=CREATE&name=my_core&instanceDir=my_core&dataDir=data&configSet=myConfig Can any one help me?