Repository: cloudstack-docs-install Updated Branches: refs/heads/master ee1049cae -> a876f82d4
include argument for tomcat7 servlet container during management server setup Project: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/commit/418db90b Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/tree/418db90b Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/diff/418db90b Branch: refs/heads/master Commit: 418db90bc286fed10aba7b4952b7f9a4b0006ea8 Parents: ee1049c Author: David Amorim Faria <[email protected]> Authored: Tue Nov 10 10:17:34 2015 +0100 Committer: David Amorim Faria <[email protected]> Committed: Tue Nov 10 10:17:34 2015 +0100 ---------------------------------------------------------------------- source/management-server/_database.rst | 1 + source/management-server/_second_mgt.rst | 1 + source/qig.rst | 2 ++ 3 files changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/blob/418db90b/source/management-server/_database.rst ---------------------------------------------------------------------- diff --git a/source/management-server/_database.rst b/source/management-server/_database.rst index 793367b..4fd5f9c 100644 --- a/source/management-server/_database.rst +++ b/source/management-server/_database.rst @@ -213,6 +213,7 @@ MySQL. See :ref:`install-database-on-separate-node`. You should get the output message âCloudStack Management Server setup is done.â + If the servlet container is Tomcat7 the argument --tomcat7 must be used. .. _install-database-on-separate-node: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/blob/418db90b/source/management-server/_second_mgt.rst ---------------------------------------------------------------------- diff --git a/source/management-server/_second_mgt.rst b/source/management-server/_second_mgt.rst index 2b7c341..a4bd467 100644 --- a/source/management-server/_second_mgt.rst +++ b/source/management-server/_second_mgt.rst @@ -63,6 +63,7 @@ OS for the Management Server. cloudstack-setup-management The Management Server on this node should now be running. + If the servlet container is Tomcat7 the argument --tomcat7 must be used. #. Repeat these steps on each additional Management Server. http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/blob/418db90b/source/qig.rst ---------------------------------------------------------------------- diff --git a/source/qig.rst b/source/qig.rst index 8d761d2..f955b59 100644 --- a/source/qig.rst +++ b/source/qig.rst @@ -407,6 +407,8 @@ up the management server by issuing the following command: # cloudstack-setup-management +If the servlet container is Tomcat7 the argument --tomcat7 must be used. + System Template Setup ~~~~~~~~~~~~~~~~~~~~~
