You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Nisarg Gandhi (JIRA)" <ji...@apache.org> on 2015/12/06 01:42:10 UTC

[jira] [Created] (AMBARI-14231) Upgrading Jetty Server from Jetty 8 to Jetty 9

Nisarg Gandhi created AMBARI-14231:
--------------------------------------

             Summary: Upgrading Jetty Server from Jetty 8 to Jetty 9
                 Key: AMBARI-14231
                 URL: https://issues.apache.org/jira/browse/AMBARI-14231
             Project: Ambari
          Issue Type: Task
          Components: ambari-server
            Reporter: Nisarg Gandhi
            Priority: Minor


Benefits of upgrading to Jetty 9:
1. Inherent support for WebSocket
2. Jetty 9 implements multi protocol, TLS, push and multiplexing features of SPDY protocol in an efficient way. SPDY is an improvement in the network transport layer, it can greatly improve page load times without making any changes at all to a web application.  




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Re: [jira] [Created] (AMBARI-14231) Upgrading Jetty Server from Jetty 8 to Jetty 9

Posted by Jaimin Jetly <ja...@hortonworks.com>.
Hi All,

The patch has a cleanup on top of your work. Incorrect indentation is fixed and, comments and files that were not required are removed. I have changed ambari-web pom.xml to not gzip js and css resources. Having gzip files for javascript and css is not required because ambari-server is coded to dynamically compresses any file with js and css extension.

Please create a reviewboard request with this patch. 


-- Thanks
    Jaimin
_______________________________
From: Nisarg Gandhi (JIRA) <ji...@apache.org>
Sent: Saturday, December 05, 2015 4:42 PM
To: dev@ambari.apache.org
Subject: [jira] [Created] (AMBARI-14231) Upgrading Jetty Server from Jetty 8 to Jetty 9

Nisarg Gandhi created AMBARI-14231:
--------------------------------------

             Summary: Upgrading Jetty Server from Jetty 8 to Jetty 9
                 Key: AMBARI-14231
                 URL: https://issues.apache.org/jira/browse/AMBARI-14231
             Project: Ambari
          Issue Type: Task
          Components: ambari-server
            Reporter: Nisarg Gandhi
            Priority: Minor


Benefits of upgrading to Jetty 9:
1. Inherent support for WebSocket
2. Jetty 9 implements multi protocol, TLS, push and multiplexing features of SPDY protocol in an efficient way. SPDY is an improvement in the network transport layer, it can greatly improve page load times without making any changes at all to a web application.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)