You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2012/03/22 16:50:46 UTC

svn commit: r1303853 - in /tomcat/tc7.0.x/trunk: ./ webapps/ROOT/index.jsp

Author: kkolinko
Date: Thu Mar 22 15:50:45 2012
New Revision: 1303853

URL: http://svn.apache.org/viewvc?rev=1303853&view=rev
Log:
Merged revision 1303852 from tomcat/trunk:
Replace two examples links in ROOT/index.jsp with one.
This is to make WebSocket examples more visible.

Modified:
    tomcat/tc7.0.x/trunk/   (props changed)
    tomcat/tc7.0.x/trunk/webapps/ROOT/index.jsp

Propchange: tomcat/tc7.0.x/trunk/
------------------------------------------------------------------------------
  Merged /tomcat/trunk:r1303852

Modified: tomcat/tc7.0.x/trunk/webapps/ROOT/index.jsp
URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/ROOT/index.jsp?rev=1303853&r1=1303852&r2=1303853&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/webapps/ROOT/index.jsp (original)
+++ tomcat/tc7.0.x/trunk/webapps/ROOT/index.jsp Thu Mar 22 15:50:45 2012
@@ -91,8 +91,7 @@ request.setAttribute("tomcat7ExamplesUrl
                 </div>
                 <div class="col25">
                     <div class="container">
-                        <p><a href="${tomcat7ExamplesUrl}servlets/">Servlet Examples</a></p>
-                        <p><a href="${tomcat7ExamplesUrl}jsp/">JSP Examples</a></p>
+                        <p><a href="${tomcat7ExamplesUrl}">Examples</a></p>
                     </div>
                 </div>
                 <div class="col25">



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