View | Details | Raw Unified | Return to bug 34931
Collapse All | Expand All

(-)index.jsp (-82 / +96 lines)
Lines 1-157 Link Here
1
<!doctype html public "-//w3c//dtd html 4.0 transitional//en" "http://www.w3.org/TR/REC-html40/strict.dtd">
1
<?xml version="1.0" encoding="ISO-8859-1"?>
2
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3
   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2
<%@ page session="false" %>
4
<%@ page session="false" %>
3
<html>
5
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4
    <head>
6
    <head>
5
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6
    <title><%= application.getServerInfo() %></title>
7
    <title><%= application.getServerInfo() %></title>
7
    <style type="text/css">
8
    <style type="text/css">
8
      <!--
9
      /*<![CDATA[*/
9
        body {
10
        body {
10
            color: #000000;
11
            color: #000000;
11
            background-color: #FFFFFF;
12
            background-color: #FFFFFF;
12
            font-family: Arial, "Times New Roman", Times;
13
            font-family: Arial, "Times New Roman", Times, serif;
13
            font-size: 16px;
14
            margin: 10px 0px;
14
        }
15
        }
15
16
16
        A:link {
17
        img {
17
            color: blue
18
            border: none;
18
        }
19
        }
19
20
20
        A:visited {
21
        a:link, a:visited {
21
            color: blue
22
            color: blue;
23
        }
24
25
        th {
26
            font-family: Verdana, "Times New Roman", Times, serif;
27
            font-size: 110%;
28
            font-weight: normal;
29
            font-style: italic;
30
            background: #D2A41C;
31
            text-align: left;
22
        }
32
        }
23
33
24
        td {
34
        td {
25
            color: #000000;
35
            color: #000000;
26
            font-family: Arial, "Times New Roman", Times;
36
            font-family: Arial, Helvetica, sans-serif;
27
            font-size: 16px;
37
        }
38
39
        td.menu {
40
            background: #FFDC75;
41
        }
42
43
        .center {
44
            text-align: center;
28
        }
45
        }
29
46
30
        .code {
47
        .code {
31
            color: #000000;
48
            color: #000000;
32
            font-family: "Courier New", Courier;
49
            font-family: "Courier New", Courier, monospace;
33
            font-size: 16px;
50
            font-size: 110%;
51
            margin-left: 2.5em;
52
        }
53
54
        #banner {
55
            margin-bottom: 12px;
56
        }
57
58
        p#congrats {
59
            margin-top: 0;
60
            font-weight: bold;
61
            text-align: center;
62
        }
63
64
        p#footer {
65
            text-align: right;
66
            font-size: 80%;
34
        }
67
        }
35
      -->
68
      /*]]>*/
36
    </style>
69
    </style>
37
</head>
70
</head>
38
71
39
<body>
72
<body>
40
73
41
<!-- Header -->
74
<!-- Header -->
42
<table width="100%">
75
<table id="banner" width="100%">
43
    <tr>
76
    <tr>
44
        <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>
77
        <td align="left" style="width:130px"><a href="http://jakarta.apache.org/tomcat/index.html"><img src="tomcat.gif" height="92" width="130"
45
        <td align="left" valign="top">
78
        alt="The Mighty Tomcat - MEOW!"/></a></td>
46
            <table>
79
        <td align="left" valign="top"><b><%= application.getServerInfo() %></b></td>
47
                <tr><td align="left" valign="top"><b><%= application.getServerInfo() %></b></td></tr>
80
        <td align="right"><a href="http://jakarta.apache.org/"><img src="jakarta-banner.gif" height="48" width="505" alt="The Jakarta Project"/></a></td>
48
            </table>
49
        </td>
50
        <td align="right"><a href="http://jakarta.apache.org/"><img src="jakarta-banner.gif" height="48" width="505" border="0" alt="The Jakarta Project"></a></td>
51
    </tr>
81
    </tr>
52
</table>
82
</table>
53
83
54
<br>
55
56
<table>
84
<table>
57
    <tr>
85
    <tr>
58
86
59
        <!-- Table of Contents -->
87
        <!-- Table of Contents -->
60
        <td valign="top">
88
        <td valign="top">
61
            <table width="100%" border="1" cellspacing="0" cellpadding="3" bordercolor="#000000">
89
            <table width="100%" border="1" cellspacing="0" cellpadding="3">
62
                <tr>
90
                <tr>
63
                    <td bgcolor="#D2A41C" bordercolor="#000000" align="left" nowrap>
91
                    <th>Administration</th>
64
                        <font face="Verdana" size="+1"><i>Administration</i>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</font>
65
                    </td>
66
                </tr>
92
                </tr>
67
                <tr>
93
                <tr>
68
                    <td bgcolor="#FFDC75" bordercolor="#000000" nowrap>
94
                    <td class="menu">
69
                        <a href="manager/status">Status</a><br>
95
                        <a href="manager/status">Status</a><br/>
70
                        <a href="admin">Tomcat Administration</a><br>
96
                        <a href="admin">Tomcat&nbsp;Administration</a><br/>
71
                        <a href="manager/html">Tomcat Manager</a><br>
97
                        <a href="manager/html">Tomcat&nbsp;Manager</a><br/>
72
                        &nbsp;
98
                        &nbsp;
73
                    </td>
99
                    </td>
74
                </tr>
100
                </tr>
75
            </table>
101
            </table>
76
            <br>
102
            <br/>
77
            <table width="100%" border="1" cellspacing="0" cellpadding="3" bordercolor="#000000">
103
            <table width="100%" border="1" cellspacing="0" cellpadding="3">
78
                <tr>
104
                <tr>
79
                    <td bgcolor="#D2A41C" bordercolor="#000000" align="left" nowrap>
105
                    <th>Documentation</th>
80
                        <font face="Verdana" size="+1"><i>Documentation</i>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</font>
81
                    </td>
82
                </tr>
106
                </tr>
83
                <tr>
107
                <tr>
84
                    <td bgcolor="#FFDC75" bordercolor="#000000" nowrap>
108
                    <td class="menu">
85
                        <a href="RELEASE-NOTES.txt">Release Notes</a><br>
109
                        <a href="RELEASE-NOTES.txt">Release&nbsp;Notes</a><br/>
86
                        <a href="tomcat-docs/changelog.html">Change Log</a><br>
110
                        <a href="tomcat-docs/changelog.html">Change&nbsp;Log</a><br/>
87
                        <a href="tomcat-docs">Tomcat Documentation</a><br>
111
                        <a href="tomcat-docs">Tomcat&nbsp;Documentation</a><br/>
88
                        &nbsp;
112
                        &nbsp;
89
                    </td>
113
                    </td>
90
                </tr>
114
                </tr>
91
            </table>
115
            </table>
92
            <br>
116
            <br/>
93
            <table width="100%" border="1" cellspacing="0" cellpadding="3" bordercolor="#000000">
117
            <table width="100%" border="1" cellspacing="0" cellpadding="3">
94
                <tr>
118
                <tr>
95
                    <td bgcolor="#D2A41C" bordercolor="#000000" align="left" nowrap>
119
                    <th>Tomcat Online</th>
96
                        <font face="Verdana" size="+1"><i>Tomcat Online</i>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</font>
97
                    </td>
98
                </tr>
120
                </tr>
99
                <tr>
121
                <tr>
100
                    <td bgcolor="#FFDC75" bordercolor="#000000" nowrap>
122
                    <td class="menu">
101
                        <a href="http://jakarta.apache.org/tomcat/">Home Page</a><br>
123
                        <a href="http://jakarta.apache.org/tomcat/">Home&nbsp;Page</a><br/>
102
                        <a href="http://jakarta.apache.org/tomcat/bugreport.html">Bug Database</a><br>
124
                        <a href="http://jakarta.apache.org/tomcat/bugreport.html">Bug&nbsp;Database</a><br/>
103
                        <a href="http://issues.apache.org/bugzilla/buglist.cgi?bug_status=UNCONFIRMED&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;bug_status=RESOLVED&amp;resolution=LATER&amp;resolution=REMIND&amp;resolution=---&amp;bugidtype=include&amp;product=Tomcat+5&amp;cmdtype=doit&amp;order=Importance">Open Bugs</a><br>
125
                        <a href="http://issues.apache.org/bugzilla/buglist.cgi?bug_status=UNCONFIRMED&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;bug_status=RESOLVED&amp;resolution=LATER&amp;resolution=REMIND&amp;resolution=---&amp;bugidtype=include&amp;product=Tomcat+5&amp;cmdtype=doit&amp;order=Importance">Open Bugs</a><br/>
104
                        <a href="http://nagoya.apache.org/eyebrowse/SummarizeList?listId=88">Users Mailing List</a><br>
126
                        <a href="http://nagoya.apache.org/eyebrowse/SummarizeList?listId=88">Users&nbsp;Mailing&nbsp;List</a><br/>
105
                        <a href="http://nagoya.apache.org/eyebrowse/SummarizeList?listId=46">Developers Mailing List</a><br>
127
                        <a href="http://nagoya.apache.org/eyebrowse/SummarizeList?listId=46">Developers&nbsp;Mailing&nbsp;List</a><br/>
106
                        <a href="irc://irc.freenode.net/#tomcat">IRC</a><br>
128
                        <a href="irc://irc.freenode.net/#tomcat">IRC</a><br/>
107
                        &nbsp;
129
                        &nbsp;
108
                    </td>
130
                    </td>
109
                </tr>
131
                </tr>
110
            </table>
132
            </table>
111
            <br>
133
            <br/>
112
            <table width="100%" border="1" cellspacing="0" cellpadding="3" bordercolor="#000000">
134
            <table width="100%" border="1" cellspacing="0" cellpadding="3">
113
                <tr>
135
                <tr>
114
                    <td bgcolor="#D2A41C" bordercolor="#000000" align="left" nowrap>
136
                    <th>Examples</th>
115
                        <font face="Verdana" size="+1"><i>Examples</i>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</font>
116
                    </td>
117
                </tr>
137
                </tr>
118
                <tr>
138
                <tr>
119
                    <td bgcolor="#FFDC75" bordercolor="#000000" nowrap>
139
                    <td class="menu">
120
                        <a href="jsp-examples/">JSP Examples</a><br>
140
                        <a href="jsp-examples/">JSP&nbsp;Examples</a><br/>
121
                        <a href="servlets-examples/">Servlet Examples</a><br>
141
                        <a href="servlets-examples/">Servlet&nbsp;Examples</a><br/>
122
                        <a href="webdav/">WebDAV capabilities</a><br>
142
                        <a href="webdav/">WebDAV&nbsp;capabilities</a><br/>
123
                        &nbsp;
143
                        &nbsp;
124
                    </td>
144
                    </td>
125
                </tr>
145
                </tr>
126
            </table>
146
            </table>
127
            <br>
147
            <br/>
128
            <table width="100%" border="1" cellspacing="0" cellpadding="3" bordercolor="#000000">
148
            <table width="100%" border="1" cellspacing="0" cellpadding="3">
129
                <tr>
149
                <tr>
130
                    <td bgcolor="#D2A41C" bordercolor="#000000" align="left" nowrap>
150
                    <th>Miscellaneous</th>
131
                        <font face="Verdana" size="+1"><i>Miscellaneous</i>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</font>
132
                    </td>
133
                </tr>
151
                </tr>
134
                <tr>
152
                <tr>
135
                    <td bgcolor="#FFDC75" bordercolor="#000000" nowrap>
153
                    <td class="menu">
136
                        <a href="http://java.sun.com/products/jsp">Sun's Java Server Pages Site</a><br>
154
                        <a href="http://java.sun.com/products/jsp">Sun's&nbsp;Java&nbsp;Server&nbsp;Pages&nbsp;Site</a><br/>
137
                        <a href="http://java.sun.com/products/servlet">Sun's Servlet Site</a><br>
155
                        <a href="http://java.sun.com/products/servlet">Sun's&nbsp;Servlet&nbsp;Site</a><br/>
138
                        &nbsp;
156
                        &nbsp;
139
                    </td>
157
                    </td>
140
                </tr>
158
                </tr>
141
            </table>
159
            </table>
142
        </td>
160
        </td>
143
161
144
        <td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td>
162
        <td style="width:20px">&nbsp;</td>
145
163
146
        <!-- Body -->
164
        <!-- Body -->
147
        <td align="left" valign="top">
165
        <td align="left" valign="top">
148
            <p><center><b>If you're seeing this page via a web browser, it means you've setup Tomcat successfully. Congratulations!</b></center></p>
166
            <p id="congrats">If you're seeing this page via a web browser, it means you've setup Tomcat successfully. Congratulations!</p>
149
167
150
            <p>As you may have guessed by now, this is the default Tomcat home page. It can be found on the local filesystem at:
168
            <p>As you may have guessed by now, this is the default Tomcat home page. It can be found on the local filesystem at:
151
            <blockquote>
152
                <p class="code">$CATALINA_HOME/webapps/ROOT/index.jsp</p>
153
            </blockquote>
154
            </p>
169
            </p>
170
            <p class="code">$CATALINA_HOME/webapps/ROOT/index.jsp</p>
155
171
156
            <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="tomcat-docs">Tomcat Documentation</a> for more detailed setup and administration information than is found in the INSTALL file.</p>
172
            <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="tomcat-docs">Tomcat Documentation</a> for more detailed setup and administration information than is found in the INSTALL file.</p>
157
173
Lines 176-188 Link Here
176
192
177
            <p>Thanks for using Tomcat!</p>
193
            <p>Thanks for using Tomcat!</p>
178
194
179
            <p align="right"><font size=-1><img src="tomcat-power.gif" width="77" height="80"></font><br>
195
            <p id="footer"><img src="tomcat-power.gif" width="77" height="80" alt="Powered by Tomcat"/><br/>
180
            &nbsp;
196
            &nbsp;
181
            <font size=-1>Copyright &copy; 1999-2004 Apache Software Foundation</font><br>
197
            Copyright &copy; 1999-2004 Apache Software Foundation<br/>
182
            <font size=-1>All Rights Reserved</font> <br>
198
            All Rights Reserved
183
            &nbsp;</p>
199
            </p>
184
            <p align="right">&nbsp;</p>
185
186
        </td>
200
        </td>
187
201
188
    </tr>
202
    </tr>

Return to bug 34931