forked from projectblacklight/blacklight-jetty
-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #23 from projecthydra/solr-4.9
Solr and Jetty updates
- Loading branch information
Showing
48 changed files
with
448 additions
and
106 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
# hydra-jetty | ||
|
||
This is a copy of jetty with the needed applications for running Hydra. These include two java-based applications: | ||
|
||
* [Fedora repository](https://github.com/futures/fcrepo4) | ||
* [Solr](http://lucene.apache.org/solr/) | ||
|
||
## Included Versions | ||
|
||
* jetty: 8.1.10.v20130312 | ||
* solr: 4.9.0 | ||
* fedora: 3.7.1 | ||
|
||
## Usage | ||
|
||
### Dependencies | ||
|
||
* [Java 7 (JRE)](https://java.com/en/download/index.jsp) | ||
|
||
#### Java 6 | ||
|
||
Java 6 is unsupported under Solr 4.9, but still supported under Fedora 3.7.1. However, hydra-jetty has only been tested under | ||
Java 7 so it is recommended to use Java 7 and not Java 6. | ||
|
||
### Manual | ||
|
||
git clone https://github.com/projecthydra/hydra-jetty | ||
cd hydra-jetty | ||
java -Xmx256m -XX:MaxPermSize=256m -jar start.jar | ||
|
||
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> | ||
|
||
### Using jettywrapper | ||
|
||
For use within your Hydra application's Rails directory. | ||
|
||
rake jetty:install | ||
rake jetty:start | ||
|
||
See [jettywrapper](https://github.com/projecthydra/jettywrapper) for more information regarding configuration and usage. | ||
Port numbers and other java options maybe configured via the gem. | ||
|
||
### Interaction | ||
|
||
When jetty is finished initializing itself, Solr is available at | ||
|
||
* [http://localhost:8983/solr/](http://localhost:8983/solr/) | ||
|
||
Fedora is available in two copies, one for developement | ||
|
||
* [http://localhost:8983/fedora/](http://localhost:8983/fedora/) | ||
|
||
and an additional copy for testing: | ||
|
||
* [http://localhost:8983/fedora-test/](http://localhost:8983/fedora-test/) | ||
|
||
You can see a list of all installed applications at | ||
|
||
* [http://localhost:8983](http://localhost:8983) | ||
|
||
### Updating | ||
|
||
#### Solr and Jetty | ||
|
||
Solr is updated by downloading the latest from [Lucene](http://lucene.apache.org/solr/), 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. |
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file renamed
BIN
+20.6 KB
lib/jetty-continuation-8.1.8.v20121106.jar → lib/jetty-continuation-8.1.10.v20130312.jar
Binary file not shown.
Binary file renamed
BIN
+59.3 KB
lib/jetty-deploy-8.1.8.v20121106.jar → lib/jetty-deploy-8.1.10.v20130312.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file renamed
BIN
+101 KB
lib/jetty-io-8.1.8.v20121106.jar → lib/jetty-io-8.1.10.v20130312.jar
Binary file not shown.
Binary file renamed
BIN
+24 KB
lib/jetty-jmx-8.1.8.v20121106.jar → lib/jetty-jmx-8.1.10.v20130312.jar
Binary file not shown.
Binary file renamed
BIN
+87.7 KB
lib/jetty-security-8.1.8.v20121106.jar → lib/jetty-security-8.1.10.v20130312.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file renamed
BIN
+274 KB
lib/jetty-util-8.1.8.v20121106.jar → lib/jetty-util-8.1.10.v20130312.jar
Binary file not shown.
Binary file renamed
BIN
+107 KB
lib/jetty-webapp-8.1.8.v20121106.jar → lib/jetty-webapp-8.1.10.v20130312.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file renamed
BIN
+53.8 KB
...lysis-extras/lib/morfologik-fsa-1.5.5.jar → ...lysis-extras/lib/morfologik-fsa-1.7.1.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-87.2 KB
solr/lib/contrib/analysis-extras/lucene-libs/lucene-analyzers-icu-4.3.0.jar
Binary file not shown.
Binary file added
BIN
+82.4 KB
solr/lib/contrib/analysis-extras/lucene-libs/lucene-analyzers-icu-4.9.0.jar
Binary file not shown.
Binary file removed
BIN
-19.8 KB
solr/lib/contrib/analysis-extras/lucene-libs/lucene-analyzers-morfologik-4.3.0.jar
Binary file not shown.
Binary file added
BIN
+19.6 KB
solr/lib/contrib/analysis-extras/lucene-libs/lucene-analyzers-morfologik-4.9.0.jar
Binary file not shown.
Binary file renamed
BIN
+3.43 MB
...e-libs/lucene-analyzers-smartcn-4.3.0.jar → ...e-libs/lucene-analyzers-smartcn-4.9.0.jar
Binary file not shown.
Binary file renamed
BIN
+505 KB
...e-libs/lucene-analyzers-stempel-4.3.0.jar → ...e-libs/lucene-analyzers-stempel-4.9.0.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.