You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2013/08/29 13:17:26 UTC

svn commit: r1518589 - in /tomcat/trunk/webapps/examples: WEB-INF/web.xml jsp/chat/ servlets/chat/ servlets/index.html

Author: markt
Date: Thu Aug 29 11:17:25 2013
New Revision: 1518589

URL: http://svn.apache.org/r1518589
Log:
Move the rest of the chat app to the servlets examples.

Added:
    tomcat/trunk/webapps/examples/servlets/chat/
      - copied from r1518571, tomcat/trunk/webapps/examples/jsp/chat/
Removed:
    tomcat/trunk/webapps/examples/jsp/chat/
Modified:
    tomcat/trunk/webapps/examples/WEB-INF/web.xml
    tomcat/trunk/webapps/examples/servlets/index.html

Modified: tomcat/trunk/webapps/examples/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/examples/WEB-INF/web.xml?rev=1518589&r1=1518588&r2=1518589&view=diff
==============================================================================
--- tomcat/trunk/webapps/examples/WEB-INF/web.xml (original)
+++ tomcat/trunk/webapps/examples/WEB-INF/web.xml Thu Aug 29 11:17:25 2013
@@ -156,7 +156,7 @@
 
     <servlet-mapping>
         <servlet-name>ChatServlet</servlet-name>
-        <url-pattern>/jsp/chat/chat</url-pattern>
+        <url-pattern>/servlets/chat/chat</url-pattern>
     </servlet-mapping>
     <servlet-mapping>
         <servlet-name>CompressionFilterTestServlet</servlet-name>
@@ -366,4 +366,5 @@
       <servlet-name>stock</servlet-name>
       <url-pattern>/async/stockticker</url-pattern>
     </servlet-mapping>
+
 </web-app>

Modified: tomcat/trunk/webapps/examples/servlets/index.html
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/examples/servlets/index.html?rev=1518589&r1=1518588&r2=1518589&view=diff
==============================================================================
--- tomcat/trunk/webapps/examples/servlets/index.html (original)
+++ tomcat/trunk/webapps/examples/servlets/index.html Thu Aug 29 11:17:25 2013
@@ -174,6 +174,17 @@ for clarity.</p>
   <td WIDTH="30%"></td>
 </tr>
 
+<tr>
+  <td colspan="3">Servlet 3.1 Non-blocking IO examples</td>
+</tr>
+<tr VALIGN=TOP>
+  <td>Checksum calculator&nbsp;</td>
+  <td VALIGN=TOP WIDTH="30%">
+    <a href="../nonblocking/checksum"><img SRC="images/execute.gif" HSPACE=4 BORDER=0 align=TOP> Execute</a>
+  </td>
+  <td WIDTH="30%"></td>
+</tr>
+
 </table>
 
 </body>



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