GitHub user rsafonseca opened a pull request: https://github.com/apache/cloudstack/pull/238
Build and create tomcat, fix several other issues with management server Hi guys, This PR has the following goodies: - Tomcat built by maven project (currently set to 8.0.22); - Java 8 support on tomcat :) - Fixed sluggish page reload times for client webapp; - Fixed some issues and merged differences in the tomcat startup scripts in centos 6 and 7 - Fixed issue with cloudstack-setup-management script in centos 7 - Fixed duplication of static files in RPM in management rpm - Synced sudoers config and fixed error running keytool in ubuntu Some advantages of packing tomcat (while not getting rid of it completely ;) ): - Control the tomcat version that is actually run across all users by just setting the version on the tomcat module's pom.xml - Remove dependencies on different packages for tomcat in different distros (a change in the OS provided package will break setup, like what just happened with CentOS 7.0 vs 7.1). - Remove necessity of maintaining different configuration files for distros running different versions of tomcat - Extend out of the box functionality for more distros :) You can merge this pull request into a Git repository by running: $ git pull https://github.com/rsafonseca/cloudstack fixpackaging Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cloudstack/pull/238.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #238 ---- commit 3173df15ec45bccaba1b6d77daeacc5d52816271 Author: Rafael da Fonseca <rsafons...@gmail.com> Date: 2015-05-03T18:59:53Z first commit new packaging commit 2b3f09bd0b1fb31cb07f471e55d59517babcef26 Author: Rafael da Fonseca <rsafons...@gmail.com> Date: 2015-05-05T01:38:31Z update commit 4b643c51eb46c85ab2fd4a6a50b898036eaff47b Author: Rafael da Fonseca <rsafons...@gmail.com> Date: 2015-05-05T02:17:48Z update commit 45b9d7898ab21f92b25ac60ab02674eaf0b26f70 Author: Rafael da Fonseca <rsafons...@gmail.com> Date: 2015-05-06T02:18:48Z all dandy commit d636845749e94b8a1299d5675d9b6ccb7f7a0166 Author: Rafael da Fonseca <rsafons...@gmail.com> Date: 2015-05-06T02:47:07Z fixies commit e60614007762c56625e15522f20bc3453c07845c Author: Rafael da Fonseca <rsafons...@gmail.com> Date: 2015-05-06T21:59:12Z update commit 1c9c2363dd9e3754441c9968c02fe72e1e9cf4fa Author: root <r...@centos7test.rf.net> Date: 2015-05-06T23:27:46Z update commit 4c51b0f718d1c73dbd8486827174147cc7ae723e Author: Rafael da Fonseca <rsafons...@gmail.com> Date: 2015-05-07T00:39:50Z one more commit e142769ada7529a2e1e5f67af5d52d3b694049fd Author: root <r...@centos7test.rf.net> Date: 2015-05-07T00:57:12Z another update commit 1d28f5d69b86cbc68df976a6bde9371b18e143e3 Author: Rafael da Fonseca <rsafons...@gmail.com> Date: 2015-05-07T17:42:07Z Merge branch 'master' into fixpackaging Conflicts: packaging/centos63/cloud.spec packaging/centos7/cloud.spec merge commit 0f1a7d4bc5582888f2e131d6fa400010c7476a37 Author: Rafael da Fonseca <rsafons...@gmail.com> Date: 2015-05-07T18:09:10Z update commit 22cb37011c4a9d7f2c9b31e4cf4a4d6cc6ec35d6 Author: Rafael da Fonseca <rsafons...@gmail.com> Date: 2015-05-08T00:05:04Z fixed sluggish page loads ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---