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
Updated by François ARMAND almost 12 years ago
- Subject changed from Provide a different application context when using apache to Allow to use several application contexts for one Rudder instance
Updated by Jonathan CLARKE almost 12 years ago
- Target version changed from 24 to Ideas (not version specific)
Updated by François ARMAND over 4 years ago
- Status changed from New to Rejected
We don't want that anymore.