JFS provides a copy of Jetty with Fedora and Solr preinstalled and ready to run.
Adapted from hydra-jetty 7.x-stable
- jetty: 8.1.16
- solr: 4.10.2
- fedora: 3.8.1
git clone https://github.com/emory-lits-labs/jfs
cd jfs
./start.sh
When jetty is finished initializing itself, Solr has development and test cores and is available at:
Fedora is available in two copies, one for developement:
and an additional copy for testing:
You can see a list of all installed applications at
Solr is updated by downloading the latest from Lucene, which includes an instance of Jetty in the
example
directory. Updating is a process of replacing the jar files as well as the solr.war and start.jar files. Note that the
example from Lucene does not include the start.ini file.