[Tomcat Wiki] Update of "Specifications" by KonstantinKolinko
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "Specifications" page has been changed by KonstantinKolinko: https://wiki.apache.org/tomcat/Specifications?action=diff&rev1=38&rev2=39 Comment: Update info on HTTP/2 in Firefox. Firefox 34 has already been released. [[http://http2.github.io/|HTTP/2 home page, maintained by the IETF HTTPbis Working Group]] - Note: Firefox is said to enable HTTP/2 starting with version 34 (expected in November 2014), according to its [[https://developer.mozilla.org/en-US/Firefox/Releases/34/Site_Compatibility#Networking|Site Compatibility for Firefox 34]]. + Note: Firefox enabled HTTP/2 protocol starting with version 34 (released on December 1, 2014), according to its [[https://developer.mozilla.org/en-US/Firefox/Releases/34/Site_Compatibility#Networking|Site Compatibility for Firefox 34]]. == WebSocket == - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
Re: [Tomcat Wiki] Update of "TomcatGridDesign" by theimpaler
The main point of the grid is to be able to remotely manage multiple Tomcat instances across multiple machines from one or more centralized locations. Typical operations will be to register a new machine on the grid, define the configuration for each Tomcat instance, start and stop instances, deploy and rollback wars. On Mon, 6/22/15, Giorgio Zoppi wrote: Subject: Re: [Tomcat Wiki] Update of "TomcatGridDesign" by theimpaler To: "Tomcat Developers List" Cc: "Apache Wiki" Date: Monday, June 22, 2015, 2:05 PM Hello all, it is my first post. Interested in the community. Looks like too complex. Which is the rational of tomcat grid? which uses cases should it cover? Best Regards, Giorgio 2015-06-21 18:21 GMT+02:00 Apache Wiki : > Dear Wiki user, > > You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for > change notification. > > The "TomcatGridDesign" page has been changed by theimpaler: > https://wiki.apache.org/tomcat/TomcatGridDesign?action=diff&rev1=1&rev2=2 > > > Considering the profiles are usually shared between instances (the > customer facing profiles are probably identical for all customer facing > instances), they are defined only once. Each instance references them, so > they can be easily tuned on a single place instead of being copied all over > the place. > > - {{{ > + {{{#!python > > > http://tomcat.apache.org/tomcat/grid/grid.dtd";> > @@ -365, +365 @@ > > === Agent configuration file === > The Agent configuration file contains minimal information needed to > identify the local configuration from the general grid configuration file. > > - {{{ > + {{{#!python > > > http://tomcat.apache.org/tomcat/grid/agent.dtd";> > > - > To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org > For additional commands, e-mail: dev-h...@tomcat.apache.org > > -- Quiero ser el rayo de sol que cada día te despierta para hacerte respirar y vivir en me. "Favola -Moda". - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
[Tomcat Wiki] Update of "Specifications" by KonstantinKolinko
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "Specifications" page has been changed by KonstantinKolinko: https://wiki.apache.org/tomcat/Specifications?action=diff&rev1=39&rev2=40 Comment: Add links to HTTP/2 RFCs TBD + SPDY protocol is obsolete, has been replaced by HTTP/2. + [[http://tools.ietf.org/html/draft-mbelshe-httpbis-spdy-00|draft-mbelshe-httpbis-spdy-00]] (Draft 3), Expires: August 4, 2012 [[http://dev.chromium.org/spdy/spdy-protocol|List of protocol specifications, at dev.chromium.org]] @@ -153, +155 @@ == HTTP/2 == [[http://http2.github.io/|HTTP/2 home page, maintained by the IETF HTTPbis Working Group]] + + || HTTP/2 || [[http://tools.ietf.org/html/rfc7540|RFC 7540]] (May 2015) - Hypertext Transfer Protocol Version 2 (HTTP/2)<>[[http://tools.ietf.org/html/rfc7541|RFC 7541]] (May 2015) - HPACK: Header Compression for HTTP/2 || Note: Firefox enabled HTTP/2 protocol starting with version 34 (released on December 1, 2014), according to its [[https://developer.mozilla.org/en-US/Firefox/Releases/34/Site_Compatibility#Networking|Site Compatibility for Firefox 34]]. - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org