Hi I am trying to run the solr demo....I started the solr node using bin/dse cassandra -s.
I went to demos/wikipedia folder and executed ./1-add-schema.sh. I am getting the following error:
I am running the solr in virtual terminal having IP 10.3.11.90. Do i need to change anything in 1-add-schema.sh script??
[root@NJVC-BAO-DEV-DB-1 wikipedia]# ./1-add-schema.sh
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
<title>Error 404 NOT_FOUND</title>
</head>
<body>
<h2>HTTP ERROR: 404</h2>
NOT_FOUND
<p>RequestURI=/solr/resource/wiki.solr/solrconfig.xml</p>
<p><i><small>Powered by jetty://</small></i></p>
</body>
</html>
Posted solrconfig.xml to http://localhost:8983/solr/resource/wiki.solr/solrconfig.xml
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
<title>Error 404 NOT_FOUND</title>
</head>
<body>
<h2>HTTP ERROR: 404</h2>
NOT_FOUND
<p>RequestURI=/solr/resource/wiki.solr/schema.xml</p>
<p><i><small>Powered by jetty://</small></i></p>
</body>
</html>
Posted schema.xml to http://localhost:8983/solr/resource/wiki.solr/schema.xml
[root@NJVC-BAO-DEV-DB-1 wikipedia]#
