Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Syn not installed in claw-playbook #777

Closed
whikloj opened this issue Jan 21, 2018 · 2 comments
Closed

Syn not installed in claw-playbook #777

whikloj opened this issue Jan 21, 2018 · 2 comments

Comments

@whikloj
Copy link
Member

whikloj commented Jan 21, 2018

Just noticed that based on the fcrepo-syn install tasks in its playbook we never actually copy the jar into the fcrepo webapp.

Just tried to do a test against a running claw-playbook.

> curl -i -XPUT "http://localhost:8080/fcrepo/rest/tester"
HTTP/1.1 201 Created
Server: Apache-Coyote/1.1
ETag: W/"ffc459ee1ad5bbed2b4718f433d82b8828565fd6"
Last-Modified: Sun, 21 Jan 2018 02:08:16 GMT
Location: http://localhost:8080/fcrepo/rest/tester
Content-Type: text/plain
Content-Length: 40
Date: Sun, 21 Jan 2018 02:08:16 GMT

http://localhost:8080/fcrepo/rest/tester
@dannylamb
Copy link
Contributor

And to think of all the times I bothered with auth in curl... Never once did I try it without creds or a token 🤦‍♂️

@ajs6f
Copy link

ajs6f commented Jan 23, 2018

Perhaps the best fix here is to use Maven War overlays (or the Gradle equiv) to build a directly-deployable artifact? That has always worked much better for me than pushing "naked" JAR files in and out of web apps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants