Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


11. Create a context file for Solr at /usr/local/fedora/tomcat/conf/Catalina/localhost/solr.xml

Code Block
languagexml
<?xml version="1.0" encoding="UTF-8"?>
<Context>
  <Parameter name="solr.home" value="/usr/local/fedora/solr" />
</Context>

...