From 449403e12ba9ac60329d80c393c97b501b898168 Mon Sep 17 00:00:00 2001 From: markt Date: Mon, 14 Apr 2008 21:42:52 +0000 Subject: [PATCH] Remove second index page. It wasn't 100% in sync with the html one and I don't see why we need two. git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@648014 13f79535-47bb-0310-9956-ffa450edef68 --- webapps/ROOT/index.jsp | 229 ------------------------------------------------- 1 file changed, 229 deletions(-) delete mode 100644 webapps/ROOT/index.jsp diff --git a/webapps/ROOT/index.jsp b/webapps/ROOT/index.jsp deleted file mode 100644 index 9a77b3485..000000000 --- a/webapps/ROOT/index.jsp +++ /dev/null @@ -1,229 +0,0 @@ - - - -<%@ page session="false" %> - - - <%= application.getServerInfo() %> - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - -
Administration
- -
- - - - - - - -
Documentation
- -
- - - - - - - -
Tomcat Online
- -
- - - - - - - -
Examples
- -
- - - - - - - -
Miscellaneous
-
  -

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

- -

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.jsp

- -

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 either 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 administration webapp - is restricted to users with role "admin". The manager webapp - is restricted to users with role "manager". - 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!

- - -
- - - -- 2.11.0