[ https://issues.apache.org/jira/browse/CLOUDSTACK-10012?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16224606#comment-16224606 ]
ASF subversion and git services commented on CLOUDSTACK-10012: -------------------------------------------------------------- Commit 27ec25f8fa3dc7439b3b018ee894d66fd94ae927 in cloudstack's branch refs/heads/CLOUDSTACK-10012 from [~rohit.ya...@shapeblue.com] [ https://gitbox.apache.org/repos/asf?p=cloudstack.git;h=27ec25f ] CLOUDSTACK-10012: Migrate to Embedded Jetty - Migrate to embedded Jetty server - Improve ServerDaemon implementation - Introduce a new server.properties file for easier configuration - Have a single /etc/default/cloudstack-management to configure env - Reduce shaded jar file, removing unnecessary dependencies - Upgrade to Spring 5.x, upgrade several jar dependencies - Does not shade and include mysql-connector, used from classpath instead - Upgrade and use bountcastle as a separate un-shaded jar dependency - Remove tomcat related configuration and files - Have both embedded UI assets in uber jar and separate webapp directory - Refactor systemd and init scripts, cleanup packaging - Made cloudstack-setup-databases faster, using `urandom` - Remove unmaintained distro packagings Signed-off-by: Rohit Yadav <rohit.ya...@shapeblue.com> > Migrate to Embedded Jetty based mgmt server > ------------------------------------------- > > Key: CLOUDSTACK-10012 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-10012 > Project: CloudStack > Issue Type: Bug > Security Level: Public(Anyone can view this level - this is the > default.) > Reporter: Rohit Yadav > Assignee: Rohit Yadav > Fix For: Future, 4.11.0.0 > > > CloudStack installation has huge dependency on distro provided tomcat, by > moving to embedded jetty (like we do use jetty for development) we can sync > how developers develop/test mgmt servers and users use it. In addition, it > will be easier to publish pkgs without depending on distro provided > dependencies. -- This message was sent by Atlassian JIRA (v6.4.14#64029)