I'm not sure if this belongs here or on super user.
We have set up Tomcat 7 on our server and have configured Solr. We can go to localhost/solr and localhost/solr/admin, but on the admin screen when we click "configure" or "schema" we get a 404 error for "/solr/admin/file/?file=solrconfig.xml"
We tried entering the url /solr/admin/get-file.jsp?file=solrconfig.xml and we get an access denied.
Our solr home, as shown on our admin page, is c:\solr. We have granted "everyone" full control to this folder (and verified the xml files have this permission) and yet it still errors.
We have tried putting bin and conf in the webapps\solr folder and that didn't help.
Any suggestions are greatly appreciated