allow host-specific rendering for virutal hosts. "Multitenancy Support"
-----------------------------------------------------------------------
Key: SLING-1513
URL: https://issues.apache.org/jira/browse/SLING-1513
Project: Sling
Issue Type: New Feature
Reporter: Markus Blaurock
Currently we have the need to run multiple websites on the same
sling-instance. That is, serving the same or similar content in
different ways (layouts), defined by the hostname.
Reason behind this is we would like to have a single pool of sling-app-servers
and
each one should be possible to serve all websites. Otherwise we would
need to have one pool for each (small) site, which is not feasible.
e.g. Content "a/b/c" should be accessible with
http://www.one/a/b/c.html
and
http://www.two/a/b/c.html
and looking differently.
https://cwiki.apache.org/SLING/multitenancy-support.html would solve the
problem easily.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.