forked from samvera-deprecated/hydra-jetty
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
34 lines (23 loc) · 916 Bytes
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
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.3.0
fedora: 3.7.1