User story #2911
closedAllow to use several application contexts for one Rudder instance
Description
Since 2.4, we are able to have a specific application context for rudder web interface.
But we must use the same application context everywhere.
we have to connect to rudder.server:port/XXX/url, then apache redirect it to the jetty webapp on localhost:port/XXX/url which answers us with links based on rudder.server:port/XXX
We should be able to have a different application context for each of them
we'll be able to connect to rudder.server:port/XXX/url, then apache redirect it to the jetty webapp on localhost:port/YYY/url which answers us with link based on rudder.server:port/XXX
If we do that now the webapp will answer with links based on with rudder.server:port/YYY
Ideas:
- Use a property (like "base.url") to build all links in Rudder webapp (with /XXX instead of /YYY), but we'll have to change every links in the webapp.
- Find a way to change the answer from the webapp dynamicaly