From 60ef908dcd115e0522b178228e4ffa93e72d5ce5 Mon Sep 17 00:00:00 2001 From: markt Date: Mon, 6 Sep 2010 09:24:54 +0000 Subject: [PATCH] Switch to a JSP for the Tomcat home page and make the version numebr dynamic as the hard-coded version number in the static page can cause confusion in when using CATALINA_BASE and switching between multiple CATALINA_HOMEs git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@992982 13f79535-47bb-0310-9956-ffa450edef68 --- webapps/ROOT/{index.html => index.jsp} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename webapps/ROOT/{index.html => index.jsp} (98%) diff --git a/webapps/ROOT/index.html b/webapps/ROOT/index.jsp similarity index 98% rename from webapps/ROOT/index.html rename to webapps/ROOT/index.jsp index c277970a0..10c645339 100644 --- a/webapps/ROOT/index.html +++ b/webapps/ROOT/index.jsp @@ -105,7 +105,7 @@ The Mighty Tomcat - MEOW!
-

Apache Tomcat @VERSION@

+

Apache Tomcat <%=request.getServletContext().getServerInfo() =>

The Apache Software Foundation -- 2.11.0