FAQ
This section is meant to address and document common questions
, mistakes
, errors
, and pitfalls
that people might
run into.
Append context path prefix to RTUS-SEH URL
In the situation where you need the endpoints of the RTUS-SEH need to be prefixed with a specific context path, you can do so by added the following environment variable:
server.servlet.context-path=/context-path
where context-path is the prefix to append to the RTUS-SEH endpoint URL.
For example, when the following is added to RTUS-SEH environment variable:
server.servlet.context-path=/API
the URL to subscribe for the MAP update will be:
http://rtus-seh.127.0.0.1.nip.io/API/tenants/123456/maps/gisMap
instead of
http://rtus-seh.127.0.0.1.nip.io/tenants/123456/maps/gisMap