From 3fcc584b0743ad7ae30e0433b478f2ade5ec35e3 Mon Sep 17 00:00:00 2001 From: fhanik Date: Sun, 7 Sep 2008 17:24:17 +0000 Subject: [PATCH] delete not used sample git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@692905 13f79535-47bb-0310-9956-ffa450edef68 --- webapps/cometd/examples/echo/index.html | 89 --------------------------------- 1 file changed, 89 deletions(-) delete mode 100644 webapps/cometd/examples/echo/index.html diff --git a/webapps/cometd/examples/echo/index.html b/webapps/cometd/examples/echo/index.html deleted file mode 100644 index 342571872..000000000 --- a/webapps/cometd/examples/echo/index.html +++ /dev/null @@ -1,89 +0,0 @@ - - - - Comet echo RPC - - - - - - - -

Echo test

-

- Echo data to ONLY this client using RPC style messaging over - cometd. Requires a server side component at /service/echo which echos - responses directly to the client. -

-
- Echo: -
-

-    
-
-- 
2.11.0