From: markt Date: Mon, 6 Sep 2010 09:24:54 +0000 (+0000) Subject: Switch to a JSP for the Tomcat home page and make the version numebr dynamic as the... X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=60ef908dcd115e0522b178228e4ffa93e72d5ce5;p=tomcat7.0 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 --- diff --git a/webapps/ROOT/index.html b/webapps/ROOT/index.html deleted file mode 100644 index c277970a0..000000000 --- a/webapps/ROOT/index.html +++ /dev/null @@ -1,176 +0,0 @@ - - - - - - Apache Tomcat - - - - - - - - -
- -
-

If you're seeing this page via a web browser, it means you've setup Tomcat successfully. Congratulations!

-

Now join the Tomcat Announce mailing list, which is a low volume mailing list for releases, security vulnerabilities and other project announcements.

- -

As you may have guessed by now, this is the default Tomcat home page. It can be found on the local filesystem at: - $CATALINA_HOME/webapps/ROOT/index.html

-

where "$CATALINA_HOME" is the root of the Tomcat installation directory. If you're seeing this page, and you don't think you should be, then you're either a user who has arrived at new installation of Tomcat, or you're an administrator who hasn't got his/her setup quite right. Providing the latter is the case, please refer to the Tomcat Documentation for more detailed setup and administration information than is found in the INSTALL file.

-

NOTE: For security reasons, using the manager webapp is restricted to users with role "manager-gui". - Users are defined in: $CATALINA_HOME/conf/tomcat-users.xml

-

Included with this release are a host of sample Servlets and JSPs (with associated source code), extensive documentation, and an introductory guide to developing web applications.

-

Tomcat mailing lists are available at the Tomcat project web site:

- -

Thanks for using Tomcat!

- -
- -
- - diff --git a/webapps/ROOT/index.jsp b/webapps/ROOT/index.jsp new file mode 100644 index 000000000..10c645339 --- /dev/null +++ b/webapps/ROOT/index.jsp @@ -0,0 +1,176 @@ + + + + + + Apache Tomcat + + + + + + + + +
+ +
+

If you're seeing this page via a web browser, it means you've setup Tomcat successfully. Congratulations!

+

Now join the Tomcat Announce mailing list, which is a low volume mailing list for releases, security vulnerabilities and other project announcements.

+ +

As you may have guessed by now, this is the default Tomcat home page. It can be found on the local filesystem at: + $CATALINA_HOME/webapps/ROOT/index.html

+

where "$CATALINA_HOME" is the root of the Tomcat installation directory. If you're seeing this page, and you don't think you should be, then you're either a user who has arrived at new installation of Tomcat, or you're an administrator who hasn't got his/her setup quite right. Providing the latter is the case, please refer to the Tomcat Documentation for more detailed setup and administration information than is found in the INSTALL file.

+

NOTE: For security reasons, using the manager webapp is restricted to users with role "manager-gui". + Users are defined in: $CATALINA_HOME/conf/tomcat-users.xml

+

Included with this release are a host of sample Servlets and JSPs (with associated source code), extensive documentation, and an introductory guide to developing web applications.

+

Tomcat mailing lists are available at the Tomcat project web site:

+ +

Thanks for using Tomcat!

+ +
+ +
+ +