I have Apiman installed and found it very useful. However, I would like to change the context of the target URL generated for published APIs. It creates them under "/apiman-gateway" context. Would like to change this to more user-friendly. Did not find any configuration out of the box to change this. Any ideas?
Changing the default Context of the Apiman Target Gateway URL
52 views Asked by Krishna Vedula At
2
There are 2 answers
0
On
Upon further digging in google, found this suggestion from Jboss forum. This is not a configuration, but rebuild the default apigateway war and publish with a different context.
You could also consider using the Vert.x Gateway distribution which is a bit easier to handle in this respect as it just binds to a port with no context/path prefix element.
Disclosure: I develop Apiman.