Talk:MultiSite configuration instructions
(Difference between revisions)
Cschoenfeld (Talk | contribs) m (Added question about multiple connectors) |
|||
Line 1: | Line 1: | ||
OpenCms supports multiple sites without multiple connectors. Tomcat has a separate thread pool for every connector which I think is a waste of resources. Though, I do not know if the solutions shown here requires them to make Tomcat and Apache work together. Does anybody know how to achieve the same with a single connector? | OpenCms supports multiple sites without multiple connectors. Tomcat has a separate thread pool for every connector which I think is a waste of resources. Though, I do not know if the solutions shown here requires them to make Tomcat and Apache work together. Does anybody know how to achieve the same with a single connector? | ||
+ | |||
+ | -- with mod_jk and mod_jk_proxy i haven't had to use additional connectors with openCMS 7. -- Thowland |
Revision as of 23:56, 8 February 2009
OpenCms supports multiple sites without multiple connectors. Tomcat has a separate thread pool for every connector which I think is a waste of resources. Though, I do not know if the solutions shown here requires them to make Tomcat and Apache work together. Does anybody know how to achieve the same with a single connector?
-- with mod_jk and mod_jk_proxy i haven't had to use additional connectors with openCMS 7. -- Thowland