From: markt Date: Tue, 22 Jun 2010 17:52:40 +0000 (+0000) Subject: https://issues.apache.org/bugzilla/show_bug.cgi?id=49122 X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=5957f8f43426dc8da4ae604e4d189b732479f61e;p=tomcat7.0 https://issues.apache.org/bugzilla/show_bug.cgi?id=49122 Update ROOT's index page Patch provided by pid git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@956964 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/webapps/ROOT/index.html b/webapps/ROOT/index.html index b2b2ec7c3..29e3a9efd 100644 --- a/webapps/ROOT/index.html +++ b/webapps/ROOT/index.html @@ -22,192 +22,155 @@ Apache Tomcat + div.fr { + float: right; + } + #content div.fl { + width: 20%; + margin-right: 2%; + } + div#main { + float: left; + width: 77%; + } + .clear { + display: block; + clear: both; + } + .panel { + border: 2px solid #000; + background-color: #FFDC75; + padding: 0 0 20px; + margin: 0 0 20px; + } + .panel h3 { + border-bottom: 2px solid #000; + background-color: #D2A41C; + margin: 0 0 2px; + padding: 4px 4px 2px; + font: normal 110% Verdana, "Times New Roman", Times, serif; + font-style: italic; + } + .panel p { + margin: 0; + padding: 2px 4px 0; + } + /*]]>*/ + - - - - - - - - - - - - - - - - - - - - -
- - - - - - - -
Administration
- -
- - - - - - - -
Documentation
- -
- - - - - - - -
Tomcat Online
- -
- - - - - - - -
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.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". - 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!

- - + +
+ +
+

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". + 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/docs/changelog.xml b/webapps/docs/changelog.xml index 8cc260050..99b487d83 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -86,6 +86,10 @@ + 49112: Update the ROOT web application's index page. Patch + provided by pid. (markt) + + 49213: Add the permissions necessary to enable the Manager application to operate currently when running with a security manager. (markt)