Author: kpreisser
Date: Sat Oct 12 21:59:12 2013
New Revision: 1531599

URL: http://svn.apache.org/r1531599
Log:
- Link to correct location of Tomcat7's WebSocket examples.
- The examples using the deprecated API have been restored as of r1525279 so 
link to them (in trunk) instead of the 7.0.42 tag.

Modified:
    tomcat/tc7.0.x/trunk/webapps/docs/web-socket-howto.xml

Modified: tomcat/tc7.0.x/trunk/webapps/docs/web-socket-howto.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/web-socket-howto.xml?rev=1531599&r1=1531598&r2=1531599&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/webapps/docs/web-socket-howto.xml (original)
+++ tomcat/tc7.0.x/trunk/webapps/docs/web-socket-howto.xml Sat Oct 12 21:59:12 
2013
@@ -43,9 +43,9 @@
 
 <p>There are several example applications that demonstrate how the WebSocket 
API
    can be used. You will need to look at both the client side <a
-   
href="http://svn.apache.org/viewvc/tomcat/trunk/webapps/examples/websocket/";>
+   
href="http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/examples/websocket/";>
    HTML</a> and the server side <a
-   
href="http://svn.apache.org/viewvc/tomcat/trunk/webapps/examples/WEB-INF/classes/websocket/";>
+   
href="http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/examples/WEB-INF/classes/websocket/";>
    code</a>.</p>
 </section>
 
@@ -105,12 +105,10 @@
 
 <p>There are also several example applications that demonstrate how the
    WebSocket API can be used. You'll need to look at both the client side <a
-   
href="http://svn.apache.org/viewvc/tomcat/tc7.0.x/tags/TOMCAT_7_0_42/webapps/examples/websocket/";>
+   
href="http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/examples/websocket-deprecated/";>
    HTML</a> and the server side <a
-   
href="http://svn.apache.org/viewvc/tomcat/tc7.0.x/tags/TOMCAT_7_0_42/webapps/examples/WEB-INF/classes/websocket/";>
-   code</a>. Note that as of 7.0.43, these sample applications have been
-   refactored to use the JSR-356 WebSocket implementation so the links above 
are
-   for the 7.0.42 tag.</p>
+   
href="http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/examples/WEB-INF/classes/websocket/tc7/";>
+   code</a>.</p>
 </section>
 
 



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

Reply via email to