Changing the default Context of the Apiman Target Gateway URL

64 Views Asked by At

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?

2

There are 2 best solutions below

0
On BEST ANSWER

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.

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.