Skip to content

Shallow clone of the OD-specific hydra-jetty branch, fedora381

License

Notifications You must be signed in to change notification settings

OregonDigital/hydra-jetty-fedora381

Repository files navigation

HYDRA-JETTY
--------------------------
This is a copy of jetty pre-installed with various applications needed by Hydra 
applications.
Most notably, these include fedora (http://fedora-commons.org/) and 
solr (http://lucene.apache.org/solr/).  

To run, use 

  java -jar start.jar

When jetty is finished initializing itself, Solr is available at 

  	http://localhost:8983/solr/development/admin/
  	http://localhost:8983/solr/test/admin/

and fedora is available at 

	http://localhost:8983/fedora/
  http://localhost:8983/fedora-test/

You can see a list of all installed applications at http://localhost:8983

You can also change the port jetty starts on by editing the file etc/jetty.xml 
and changing this line to indicate a different port number:

<Set name="port"><SystemProperty name="jetty.port" default="8983"/></Set>


Included Versions
-----------------
jetty: 8.1.8.v20121106
solr: 4.0.0
fedora: 3.8.1

About

Shallow clone of the OD-specific hydra-jetty branch, fedora381

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published