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

Could not open collection #89

Open
NotBad4U opened this issue May 15, 2017 · 1 comment
Open

Could not open collection #89

NotBad4U opened this issue May 15, 2017 · 1 comment
Labels

Comments

@NotBad4U
Copy link

NotBad4U commented May 15, 2017

I'm trying to include milton community version in my existing app j2ee build with jersey. The Ressource Controllers seem's to bee correctly loaded with the annotations @ResourceController. But when I use cadaver with the url:
cadaver http://localhost:8080/torii/webdav/

I get the error:

Could not open collection:
404 Not Found

When I activate the debugger, I saw the error happened on the ResourceHandlerHelper.java in the process function (line 68) where the call
Resource r=manager.getResourceFactory().getResource(host, url); (line 89) return me null and so you'll return a http 404.

@bradmac
Copy link
Contributor

bradmac commented Nov 30, 2017

Hey, looks like you havent integrated the demo app correctly, i would say the rootpath hasnt been configured into the milton stack.

Best thing is to run the projects from maven until you're familiar with the structure.

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

No branches or pull requests

2 participants