Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
acdc
repository-extension-services
Commits
1c9e989d
Commit
1c9e989d
authored
Sep 21, 2015
by
acoburn
Browse files
update documentation
parent
16f7d7f4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
30 additions
and
0 deletions
+30
-0
acrepo-jsonld-cache/README.md
acrepo-jsonld-cache/README.md
+30
-0
No files found.
acrepo-jsonld-cache/README.md
View file @
1c9e989d
...
...
@@ -23,3 +23,33 @@ command from its shell:
Or by copying any of the compiled bundles into
`$KARAF_HOME/deploy`
.
Configuration
-------------
The application can be configured by creating the following configuration
file
`$KARAF_HOME/etc/edu.amherst.acdc.jsonld.cache.cfg`
. The following values
are available for configuration:
In the event of failure, the maximum number of times a redelivery will be attempted.
error.maxRedeliveries=10
The base url of the fedora repository
fcrepo.baseUrl=localhost:8080/fcrepo/rest
The location of the JSON-LD context document
jsonld.context=https://acdc.amherst.edu/jsonld/context.json
The port on which the service is made availalbe
rest.port=13431
By editing this file, any currently running routes will be immediately redeployed
with the new values.
For more help see the
[
Apache Camel
](
http://camel.apache.org
)
documentation
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment