Talk:MultiSite configuration instructions
From OpenCms Wiki
(Difference between revisions)
Cschoenfeld (Talk | contribs) m (Added question about multiple connectors) |
|||
(3 intermediate revisions by 3 users not shown) | |||
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 |
Latest revision as of 11:15, 20 December 2010
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