[
https://issues.apache.org/jira/browse/CLOUDSTACK-10012?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16238162#comment-16238162
]
ASF subversion and git services commented on CLOUDSTACK-10012:
--------------------------------------------------------------
Commit eda3b35bfa56fd2f96b68fe7deb52572f4e6fe75 in cloudstack's branch
refs/heads/debian9-systemvmtemplate from [[email protected]]
[ https://gitbox.apache.org/repos/asf?p=cloudstack.git;h=eda3b35 ]
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.
- Moves creation and usage of server keystore in CA manager, this
deprecates the need to create/store cloud.jks in conf folder and
the db.cloud.keyStorePassphrase in db.properties file. This also
remove the need of the --keystore-passphrase in the
cloudstack-setup-encryption script.
- GZip contents dynamically in embedded Jetty
Signed-off-by: Rohit Yadav <[email protected]>
> 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
> Priority: Major
> 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)