0

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?

Krishna Vedula
  • 1,643
  • 1
  • 27
  • 31

2 Answers2

1

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.

msavy
  • 61
  • 3
0

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.

Krishna Vedula
  • 1,643
  • 1
  • 27
  • 31