how to hide or remove the project path in REST web service using java? Now , I run my web service using curl command curl -X PUT http://localhost:8080/project/resources/user/bucket
But in CDMI standard (SNIA), they just request like PUT /user/bucket
I wonder how do they request or hide or remove the project path "/project/resources". I just want to request SNIA without giving /project/resources If anyone knows, please give some info . thanks