I created a bamboo server with context path "/bamboo" into server.xml and set full path url on baseUrl field of bamboo server <my-ip:8085/bamboo>.
But when I developed custom rest API and send a request
<rest name="My Rest Resource" key="my-rest-resource" path="/api">
</rest>
It will send with the request my-ip:8085/projects, not my-ip:8085/bamboo/projects and show 404 (not found) error.
Do I miss a config it or another reason to send API with full path correctly <my-ip:8085/bamboo/projects>?
Hi!
Looks like you forget get info in your app about base url.
Cheers,
Gonchik Tsymzhitov
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.