You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
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 ahttp 404
.The text was updated successfully, but these errors were encountered: