Author: huxing
Date: Wed Jun 21 03:06:38 2017
New Revision: 1799384

URL: http://svn.apache.org/viewvc?rev=1799384&view=rev
Log:
Add more TomcatCon slides and recordings

Modified:
    tomcat/site/trunk/docs/presentations.html
    tomcat/site/trunk/xdocs/presentations.xml

Modified: tomcat/site/trunk/docs/presentations.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/presentations.html?rev=1799384&r1=1799383&r2=1799384&view=diff
==============================================================================
--- tomcat/site/trunk/docs/presentations.html (original)
+++ tomcat/site/trunk/docs/presentations.html Wed Jun 21 03:06:38 2017
@@ -310,13 +310,72 @@ mailing list</a>.</p>
 </li>
   
 <li>
+    Tomcat and Proxies - Jean-Frederic Clere,
+    <a 
href="http://schd.ws/hosted_files/apachecon2017/38/TomcatProxies.pdf";>slides</a>
+  
+</li>
+  
+<li>
     Load balancing - Mark Thomas,
     <a 
href="http://people.apache.org/~markt/presentations/2017-05-17-d-tomcat-load-balancing.pdf";>slides</a>
   
 </li>
   
 <li>
+    Tomcat Clustering - Keiichi Fujino,
+    <a 
href="http://events.linuxfoundation.org/sites/events/files/slides/TomcatCluster_3.pdf";>slides</a>
+  
+</li>
+  
+<li>
+    The Challenges Tomcat Faces in High Throughput Production System - Huxing 
Zhang,
+    <a 
href="http://events.linuxfoundation.org/sites/events/files/slides/TomcatCon2017.pdf";>slides</a>
+  
+</li>
+  
+<li>
+    Using OpenSSL to Boost JSSE in Tomcat - Jean-Frederic Clere,
+    <a 
href="http://schd.ws/hosted_files/apachecon2017/93/TomcatOpenSSL.pdf";>slides</a>
+  
+</li>
+  
+<li>
+    How I Stopped Worrying and Learned to Love Open Source - David Cleary,
+    <a 
href="http://events.linuxfoundation.org/sites/events/files/slides/StopWorrying.pdf";>slides</a>,
+    <a 
href="https://www.youtube.com/watch?v=FjD268R-obs&amp;list=PLbzoR-pLrL6pLDCyPxByWQwYTL-JrF5Rp&amp;index=56";>recording</a>
+  
+</li>
+  
+<li>
+    Packaging Tomcat for Linux Distributions - Coty Sutherland,
+    <a 
href="http://schd.ws/hosted_files/apachecon2017/f1/packaging-tomcat-for-linux-distributions.pdf";>slides</a>,
+    <a 
href="https://www.youtube.com/watch?v=OKs926hLIOo&amp;list=PLbzoR-pLrL6pLDCyPxByWQwYTL-JrF5Rp&amp;index=55";>recording</a>
+  
+</li>
+  
+<li>
+    Introduction to Spring Boot - Rossen Stoyanchev,
+    <a 
href="https://www.youtube.com/watch?v=Qk7AcXgv_lk&amp;list=PLbzoR-pLrL6pLDCyPxByWQwYTL-JrF5Rp&amp;index=54";>recording</a>
+  
+</li>
+  
+<li>
+    ASF Loves Tomcat and JavaEE: From Meecrowave to TomEE - Romain Manni-Bucau,
+    <a 
href="http://events.linuxfoundation.org/sites/events/files/slides/ASF%20loves%20Tomcat%20and%20EE-%20Meecrowave%20to%20TomEE.pdf";>slides</a>,
+    <a 
href="https://www.youtube.com/watch?v=IQEGsSvAkIU&amp;list=PLbzoR-pLrL6pLDCyPxByWQwYTL-JrF5Rp&amp;index=53";>recording</a>
+  
+</li>
+  
+<li>
+    Jwala - Apache Tomcat and HTTPD Enterprise Manager - Steven Ger &amp; 
Arvindo Kinny,
+    <a 
href="http://schd.ws/hosted_files/apachecon2017/56/jwala-apachecon.pdf";>slides</a>,
+    <a 
href="https://www.youtube.com/watch?v=LfXCrol8gHE&amp;list=PLbzoR-pLrL6pLDCyPxByWQwYTL-JrF5Rp&amp;index=52";>recording</a>
+  
+</li>
+  
+<li>
     From a Cluster to the Cloud - Jean-Frederic Clere,
+    <a 
href="http://schd.ws/hosted_files/apachecon2017/c6/clusterCloud.pdf";>slides</a>,
     <a 
href="https://www.youtube.com/watch?v=9PN-JZje6ws&amp;index=51&amp;list=PLbzoR-pLrL6pLDCyPxByWQwYTL-JrF5Rp";>recording</a>
   
 </li>

Modified: tomcat/site/trunk/xdocs/presentations.xml
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/presentations.xml?rev=1799384&r1=1799383&r2=1799384&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/presentations.xml (original)
+++ tomcat/site/trunk/xdocs/presentations.xml Wed Jun 21 03:06:38 2017
@@ -60,11 +60,52 @@ mailing list</a>.</p>
     <a 
href="http://people.apache.org/~markt/presentations/2017-05-16-c-securing-tomcat.pdf";>slides</a>
   </li>
   <li>
+    Tomcat and Proxies - Jean-Frederic Clere,
+    <a 
href="http://schd.ws/hosted_files/apachecon2017/38/TomcatProxies.pdf";>slides</a>
+  </li>
+  <li>
     Load balancing - Mark Thomas,
     <a 
href="http://people.apache.org/~markt/presentations/2017-05-17-d-tomcat-load-balancing.pdf";>slides</a>
   </li>
   <li>
+    Tomcat Clustering - Keiichi Fujino,
+    <a 
href="http://events.linuxfoundation.org/sites/events/files/slides/TomcatCluster_3.pdf";>slides</a>
+  </li>
+  <li>
+    The Challenges Tomcat Faces in High Throughput Production System - Huxing 
Zhang,
+    <a 
href="http://events.linuxfoundation.org/sites/events/files/slides/TomcatCon2017.pdf";>slides</a>
+  </li>
+  <li>
+    Using OpenSSL to Boost JSSE in Tomcat - Jean-Frederic Clere,
+    <a 
href="http://schd.ws/hosted_files/apachecon2017/93/TomcatOpenSSL.pdf";>slides</a>
+  </li>
+  <li>
+    How I Stopped Worrying and Learned to Love Open Source - David Cleary,
+    <a 
href="http://events.linuxfoundation.org/sites/events/files/slides/StopWorrying.pdf";>slides</a>,
+    <a 
href="https://www.youtube.com/watch?v=FjD268R-obs&amp;list=PLbzoR-pLrL6pLDCyPxByWQwYTL-JrF5Rp&amp;index=56";>recording</a>
+  </li>
+  <li>
+    Packaging Tomcat for Linux Distributions - Coty Sutherland,
+    <a 
href="http://schd.ws/hosted_files/apachecon2017/f1/packaging-tomcat-for-linux-distributions.pdf";>slides</a>,
+    <a 
href="https://www.youtube.com/watch?v=OKs926hLIOo&amp;list=PLbzoR-pLrL6pLDCyPxByWQwYTL-JrF5Rp&amp;index=55";>recording</a>
+  </li>
+  <li>
+    Introduction to Spring Boot - Rossen Stoyanchev,
+    <a 
href="https://www.youtube.com/watch?v=Qk7AcXgv_lk&amp;list=PLbzoR-pLrL6pLDCyPxByWQwYTL-JrF5Rp&amp;index=54";>recording</a>
+  </li>
+  <li>
+    ASF Loves Tomcat and JavaEE: From Meecrowave to TomEE - Romain Manni-Bucau,
+    <a 
href="http://events.linuxfoundation.org/sites/events/files/slides/ASF%20loves%20Tomcat%20and%20EE-%20Meecrowave%20to%20TomEE.pdf";>slides</a>,
+    <a 
href="https://www.youtube.com/watch?v=IQEGsSvAkIU&amp;list=PLbzoR-pLrL6pLDCyPxByWQwYTL-JrF5Rp&amp;index=53";>recording</a>
+  </li>
+  <li>
+    Jwala - Apache Tomcat and HTTPD Enterprise Manager - Steven Ger &amp; 
Arvindo Kinny,
+    <a 
href="http://schd.ws/hosted_files/apachecon2017/56/jwala-apachecon.pdf";>slides</a>,
+    <a 
href="https://www.youtube.com/watch?v=LfXCrol8gHE&amp;list=PLbzoR-pLrL6pLDCyPxByWQwYTL-JrF5Rp&amp;index=52";>recording</a>
+  </li>
+  <li>
     From a Cluster to the Cloud - Jean-Frederic Clere,
+    <a 
href="http://schd.ws/hosted_files/apachecon2017/c6/clusterCloud.pdf";>slides</a>,
     <a 
href="https://www.youtube.com/watch?v=9PN-JZje6ws&amp;index=51&amp;list=PLbzoR-pLrL6pLDCyPxByWQwYTL-JrF5Rp";>recording</a>
   </li>
   <li>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to