bip         01/07/27 10:38:17

  Modified:    webapps/ROOT index.html
  Added:       webapps/ROOT jakarta-banner.gif
  Log:
  New design on the default landing page, thanks to Rob S <[EMAIL PROTECTED]>
  
  Submitted by: Rob S <[EMAIL PROTECTED]>
  
  Revision  Changes    Path
  1.22      +150 -69   jakarta-tomcat-4.0/webapps/ROOT/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/ROOT/index.html,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- index.html        2001/07/20 06:14:10     1.21
  +++ index.html        2001/07/27 17:38:17     1.22
  @@ -1,74 +1,155 @@
  -<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
  +<!doctype html public "-//w3c//dtd html 4.0 transitional//en" 
"http://www.w3.org/TR/REC-html40/strict.dtd";>
   <html>
  -<head>
  -<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  -<meta name="GENERATOR" content="Mozilla/4.72 [en] (WinNT; U) [Netscape]">
  -<meta name="Author" content="Anil K. Vijendran">
  -<title>Tomcat (v4.0-b7-dev)</title>
  +    <head>
  +    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  +    <title>Jakarta Project - Tomcat (v4.0-b6-dev)</title>
  +    <style type="text/css">
  +      <!--
  +        body {
  +            color: #000000;
  +            background-color: #FFFFFF;
  +            font-family: Arial, "Times New Roman", Times;
  +            font-size: 16px;
  +        }
  +
  +        A:link {
  +            color: blue
  +        }
  +
  +        A:visited {
  +            color: blue
  +        }
  +
  +        td {
  +            color: #000000;
  +            font-family: Arial, "Times New Roman", Times;
  +            font-size: 16px;
  +        }
  +
  +        .code {
  +            color: #000000;
  +            font-family: "Courier New", Courier;
  +            font-size: 16px;
  +        }
  +      -->
  +    </style>
   </head>
  -<body bgcolor="#FFFFFF">
  -<img SRC="tomcat.gif" height=92 width=130 align=LEFT><b><font face="Arial, 
Helvetica, sans-serif"><font size=+3>Tomcat</font></font></b>
  +
  +<body>
  +
  +<!-- Header -->
  +<table width="100%">
  +    <tr>
  +        <td align="left" width="130"><a 
href="http://jakarta.apache.org/tomcat/index.html";><img src="tomcat.gif" height="92" 
width="130" border="0" alt="The Mighty Tomcat - MEOW!"></td>
  +        <td align="left" valign="top">
  +            <table>
  +                <tr><td align="left" valign="top"><b>Tomcat</b></td></tr>
  +                <tr><td align="left" valign="top"><b>Version 
4.0-b6-dev</b></td></tr>
  +            </table>
  +        </td>
  +        <td align="right"><a href="http://jakarta.apache.org/";><img 
src="jakarta-banner.gif" height="100" width="350" border="0" alt="The Jakarta 
Project"></a></td>
  +    </tr>
  +</table>
  +
   <br>
  -<b><font face="Arial, Helvetica, sans-serif"><font size=-1>Version
  -4.0-b7-dev</font></font></b>
  -<p>This is the default Tomcat home page. This page serves as a quick reference
  -guide to related resources and is located at:
  -<ul>
  -<li>
  -<font face="Courier New, 
Courier,mono">$TOMCAT_HOME/webapps/ROOT/index.html</font></li>
  -</ul>
  -
  -<p>Included within this release are functional examples with associated source
  -code, API documentation for servlets and JSP, a <b>README</b>, a technical
  -<b>FAQ</b> on this release and an assortment of <tt>jar</tt> files which are
  -pre-requisites for continued development of web technologies including JSP
  -and Servlets.</p>
  -
  -<p>Examples:</p>
  -<ul>
  -<li><b><a href="examples/jsp/">JSP Examples</a></b></li>
  -<li><b><a href="examples/servlets/">Servlet Examples</a></b></li>
  -<li><b><a href="webdav/">WebDAV capabilities</a></b></li>
  -</ul>
  -
  -<p>Documentation:</p>
  -<ul>
  -<li><b><a href="catalina-javadoc/index.html">API docs for Catalina
  -(servlet container)</a></b></li>
  -<li><b><a href="jasper-javadoc/index.html">API docs for Jasper
  -(JSP engine)</a></b></li>
  -<li><b><a href="servletapi-javadoc/index.html">API docs for Servlet 2.3 and
  -JSP 1.2 Packages</a></b></li>
  -<li><b><a href="docs">General Tomcat User Documentation</a></b></li>
  -</ul>
  -
  -<p>You can find more information about the JSP and Servlet technologies at:</p>
  -<ul>
  -<li><b><a href="http://java.sun.com/products/jsp";>Sun's Java Server Pages 
Site</a></b></li>
  -<li><b><a href="http://java.sun.com/products/servlet";>Sun's Servlet 
Site</a></b></li>
  -</ul>
  -
  -<p>and by subscribing to one or more of the following Servlet and JSP related
  -interest lists:</p>
  -<ul>
  -<li><b><a href="mailto:[EMAIL PROTECTED]?subject=subscription request: 
jsp-interest&body=subscribe jsp-interest [Your Full 
Name]">[EMAIL PROTECTED]</a></b></li>
  -<li><b><a href="mailto:[EMAIL PROTECTED]?subject=subscription request: 
servlet-interest&body=subscribe servlet-interest [Your Full 
Name]">[EMAIL PROTECTED]</a></b></li>
  -</ul>
  -
  -<p>In addition, Tomcat-specific mailing lists are available at the Jakarta
  -project web site:</p>
  -<ul>
  -<li><b><a 
href="mailto:[EMAIL PROTECTED]";>[EMAIL PROTECTED]</a></b>
 for developers working on Tomcat</li>
  -<li><b><a 
href="mailto:[EMAIL PROTECTED]";>[EMAIL PROTECTED]</a></b>
 for general questions related to configuring and
  -using Tomcat</li>
  -</ul>
  -
  -<hr>
  -<p align="right"><font size=-1><img src="tomcat-power.gif" width="77" 
height="80"></font><br>
  -&nbsp;
  -<font size=-1>Copyright &copy; 1999-2000 Apache Software Foundation</font><br>
  -<font size=-1>All Rights Reserved</font> <br>
  -&nbsp;</p>
  -<p align="right">&nbsp;</p>
  +
  +<table>
  +    <tr>
  +
  +        <!-- Table of Contents -->
  +        <td valign="top">
  +            <table width="100%" border="1" cellspacing="0" cellpadding="3" 
bordercolor="#000000">
  +                <tr>
  +                    <td bgcolor="#D2A41C" bordercolor="#000000" align="left" nowrap>
  +                        <font face="Verdana" size="+1"><i>Web 
Applications</i>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</font>
  +                    </td>
  +                </tr>
  +                <tr>
  +                    <td bgcolor="#FFDC75" bordercolor="#000000" nowrap>
  +                        <a href="examples/jsp/">JSP Examples</a><br>
  +                        <a href="examples/servlets/">Servlet Examples</a><br>
  +                        <a href="webdav/">WebDAV capabilities</a><br>
  +                        &nbsp;
  +                    </td>
  +                </tr>
  +            </table>
  +            <br>
  +            <table width="100%" border="1" cellspacing="0" cellpadding="3" 
bordercolor="#000000">
  +                <tr>
  +                    <td bgcolor="#D2A41C" bordercolor="#000000" align="left" nowrap>
  +                        <font face="Verdana" 
size="+1"><i>Documentation</i>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</font>
  +                    </td>
  +                </tr>
  +                <tr>
  +                    <td bgcolor="#FFDC75" bordercolor="#000000" nowrap>
  +                        <a href="docs">Tomcat User Documentation</a><br>
  +                        <a href="catalina-javadoc/index.html">Tomcat 4.0 API</a><br>
  +                        <a href="jasper-javadoc/index.html">Jasper (JSP engine) 
API</a><br>
  +                        <a href="servletapi-javadoc/index.html">Servlet 2.3 and JSP 
1.2 API</a><br>
  +                        &nbsp;
  +                    </td>
  +                </tr>
  +            </table>
  +            <br>
  +            <table width="100%" border="1" cellspacing="0" cellpadding="3" 
bordercolor="#000000">
  +                <tr>
  +                    <td bgcolor="#D2A41C" bordercolor="#000000" align="left" nowrap>
  +                        <font face="Verdana" 
size="+1"><i>Miscellaneous</i>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</font>
  +                    </td>
  +                </tr>
  +                <tr>
  +                    <td bgcolor="#FFDC75" bordercolor="#000000" nowrap>
  +                        <a href="http://java.sun.com/products/jsp";>Sun's Java 
Server Pages Site</a><br>
  +                        <a href="http://java.sun.com/products/servlet";>Sun's 
Servlet Site</a><br>
  +                        &nbsp;
  +                    </td>
  +                </tr>
  +            </table>
  +        </td>
  +
  +        <td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td>
  +
  +        <!-- Body -->
  +        <td align="left" valign="top">
  +            <p><center><b>If you're seeing this page via a web browser, it means 
you've setup Tomcat successfully. Congratulations!</b></center></p>
  +
  +            <p>As you may have guessed by now, this is the default Tomcat home 
page. It can be found on the local filesystem at:
  +            <blockquote>
  +                <p class="code">$CATALINA_HOME/webapps/ROOT/index.html</p>
  +            </blockquote>
  +            </p>
  +
  +            <p>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 <a href="docs">Tomcat Documentation</a> for more detailed 
setup and administration information than is found in the INSTALL file.</p>
  +
  +            <p>Included with this release are a host of sample Servlets and JSPs 
(with associated source code), extensive documentation (including the Servlet 2.3 and 
JSP 1.2 API JavaDoc), and an introductory guide to developing web applications.</p>
  +
  +            <p>You can find more information about the JSP and Servlet technologies 
by subscribing to one or more of the following Servlet and JSP related interest 
lists:</p>
  +
  +            <ul>
  +                <li><b><a href="mailto:[EMAIL PROTECTED]?subject=subscription 
request: jsp-interest&body=subscribe jsp-interest [Your Full 
Name]">[EMAIL PROTECTED]</a></b></li>
  +                <li><b><a href="mailto:[EMAIL PROTECTED]?subject=subscription 
request: servlet-interest&body=subscribe servlet-interest [Your Full 
Name]">[EMAIL PROTECTED]</a></b></li>
  +            </ul>
  +
  +            <p>In addition, Tomcat-specific mailing lists are available at the 
Jakarta project web site:</p>
  +
  +           <ul>
  +               <li><b><a 
href="mailto:[EMAIL PROTECTED]";>[EMAIL PROTECTED]</a></b>
 for developers working on Tomcat</li>
  +               <li><b><a 
href="mailto:[EMAIL PROTECTED]";>[EMAIL PROTECTED]</a></b>
 for general questions related to configuring and using Tomcat</li>
  +           </ul>
  +
  +            <p>Thanks for using Tomcat!</p>
  +
  +            <p align="right"><font size=-1><img src="tomcat-power.gif" width="77" 
height="80"></font><br>
  +            &nbsp;
  +            <font size=-1>Copyright &copy; 1999-2001 Apache Software 
Foundation</font><br>
  +            <font size=-1>All Rights Reserved</font> <br>
  +            &nbsp;</p>
  +            <p align="right">&nbsp;</p>
  +
  +        </td>
  +
  +    </tr>
  +</table>
  +
   </body>
   </html>
  
  
  
  1.1                  jakarta-tomcat-4.0/webapps/ROOT/jakarta-banner.gif
  
        <<Binary file>>
  
  

Reply via email to