升级Tomcat版本 apache-tomcat-7.0.77
diff --git a/tomcat-uidm/webapps/examples/index.html b/tomcat-uidm/webapps/examples/index.html
index 8dfea59..6bf9f79 100644
--- a/tomcat-uidm/webapps/examples/index.html
+++ b/tomcat-uidm/webapps/examples/index.html
@@ -14,16 +14,19 @@
   See the License for the specific language governing permissions and

   limitations under the License.

 -->

-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

-<HTML><HEAD><TITLE>Apache Tomcat Examples</TITLE>

-<META http-equiv=Content-Type content="text/html">

-</HEAD>

-<BODY>

-<P>

-<H3>Apache Tomcat Examples</H3>

-<P></P>

+<!DOCTYPE HTML><html lang="en"><head>

+<meta charset="UTF-8">

+<title>Apache Tomcat Examples</title>

+</head>

+<body>

+<p>

+<h3>Apache Tomcat Examples</H3>

+<p></p>

 <ul>

 <li><a href="servlets">Servlets examples</a></li>

 <li><a href="jsp">JSP Examples</a></li>

+<li><a href="websocket/index.xhtml">WebSocket (JSR356) Examples</a></li>

+<li><a href="websocket-deprecated">WebSocket Examples using the deprecated

+    Apache Tomcat proprietary API</a></li>

 </ul>

-</BODY></HTML>

+</body></html>