HTTP/1.1 200 OK
Server: Apache-Coyote/1.1
ETag: W/"8144-1201559976000"
Last-Modified: Mon, 28 Jan 2008 22:39:36 GMT
Content-Type: text/html
Content-Length: 8144
Date: Thu, 07 Nov 2024 03:28:16 GMT
Connection: close
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Apache Tomcat</title>
<style type="text/css">
/*<![CDATA[*/
body {
color: #000000;
background-color: #FFFFFF;
font-family: Arial, "Times New Roman", Times, serif;
margin: 10px 0px;
}
img {
border: none;
}
a:link, a:visited {
color: blue
}
th {
font-family: Verdana, "Times New Roman", Times, serif;
font-size: 110%;
font-weight: normal;
font-style: italic;
background: #D2A41C;
text-align: left;
}
td {
color: #000000;
font-family: Arial, Helvetica, sans-serif;
}
td.menu {
background: #FFDC75;
}
.center {
text-align: center;
}
.code {
color: #000000;
font-family: "Courier New", Courier, monospace;
font-size: 110%;
margin-left: 2.5em;
}
#banner {
margin-bottom: 12px;
}
p#congrats {
margin-top: 0;
font-weight: bold;
text-align: center;
}
p#footer {
text-align: right;
font-size: 80%;
}
/*]]>*/
</style>
</head>
<body>
<!-- Header -->
<table id="banner" width="100%">
<tr>
<td align="left" style="width:130px">
<a href="http://tomcat.apache.org/">
<img src="tomcat.gif" height="92" width="130" alt="The Mighty Tomcat - MEOW!"/>
</a>
</td>
<td align="left" valign="top"><b>Apache Tomcat</b></td>
<td align="right">
<a href="http://www.apache.org/">
<img src="asf-logo-wide.gif" height="51" width="537" alt="The Apache Software Foundation"/>
</a>
</td>
</tr>
</table>
<table>
<tr>
<!-- Table of Contents -->
<td valign="top">
<table width="100%" border="1" cellspacing="0" cellpadding="3">
<tr>
<th>Administration</th>
</tr>
<tr>
<td class="menu">
<a href="manager/status">Status</a><br/>
<!--<a href="admin">Tomcat Administration</a><br/>-->
<a href="manager/html">Tomcat Manager</a><br/>
</td>
</tr>
</table>
<br />
<table width="100%" border="1" cellspacing="0" cellpadding="3">
<tr>
<th>Documentation</th>
</tr>
<tr>
<td class="menu">
<a href="RELEASE-NOTES.txt">Release Notes</a><br/>
<a href="docs/changelog.html">Change Log</a><br/>
<a href="docs">Tomcat Documentation</a><br/>
</td>
</tr>
</table>
<br/>
<table width="100%" border="1" cellspacing="0" cellpadding="3">
<tr>
<th>Tomcat Online</th>
</tr>
<tr>
<td class="menu">
<a href="http://tomcat.apache.org/">Home Page</a><br/>
<a href="http://tomcat.apache.org/faq/">FAQ</a><br/>
<a href="http://tomcat.apache.org/bugreport.html">Bug Database</a><br/>
<a href="http://issues.apache.org/bugzilla/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=RESOLVED&resolution=LATER&resolution=REMIND&resolution=---&bugidtype=include&product=Tomcat+6&cmdtype=doit&order=Importance">Open Bugs</a><br/>
<a href="http://mail-archives.apache.org/mod_mbox/tomcat-users/">Users Mailing List</a><br/>
<a href="http://mail-archives.apache.org/mod_mbox/tomcat-dev/">Developers Mailing List</a><br/>
<a href="irc://irc.freenode.net/#tomcat">IRC</a><br/>
</td>
</tr>
</table>
<br/>
<table width="100%" border="1" cellspacing="0" cellpadding="3">
<tr>
<th>Miscellaneous</th>
</tr>
<tr>
<td class="menu">
<a href="examples/servlets/">Servlets Examples</a><br/>
<a href="examples/jsp/">JSP Examples</a><br/>
<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/>
</td>
</tr>
</table>
</td>
<td style="width:20px"> </td>
<!-- Body -->
<td align="left" valign="top">
<p id="congrats">If you're seeing this page via a web browser, it means you've setup Tomcat successfully. Congratulations!</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:</p>
<p class="code">$CATALINA_HOME/webapps/ROOT/index.html</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 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><b>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".</b>
Users are defined in <code>$CATALINA_HOME/conf/tomcat-users.xml</code>.</p>
<p>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.</p>
<p>Tomcat mailing lists are available at the Tomcat project web site:</p>
<ul>
<li><b><a href="mailto:users@tomcat.apache.org">users@tomcat.apache.org</a></b> for general questions related to configuring and using Tomcat</li>
<li><b><a href="mailto:dev@tomcat.apache.org">dev@tomcat.apache.org</a></b> for developers working on Tomcat</li>
</ul>
<p>Thanks for using Tomcat!</p>
<p id="footer"><img src="tomcat-power.gif" width="77" height="80" alt="Powered by Tomcat"/><br/>
Copyright © 1999-2007 Apache Software Foundation<br/>
All Rights Reserved
</p>
</td>
</tr>
</table>
</body>
</html>
{
"@category" : "datascan",
"@timestamp" : "2024-11-07T03:28:18.000Z",
"app" : {
"extract" : {
"domain" : [
"w3.org",
"apache.org",
"sun.com"
],
"file" : [
"release-notes.txt"
],
"hostname" : [
"issues.apache.org",
"java.sun.com",
"mail-archives.apache.org",
"tomcat.apache.org",
"www.apache.org",
"www.w3.org"
],
"url" : [
"http://issues.apache.org/bugzilla/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=RESOLVED&resolution=LATER&resolution=REMIND&resolution=---&bugidtype=include&product=Tomcat+6&cmdtype=doit&order=Importance",
"http://java.sun.com/products/jsp",
"http://java.sun.com/products/servlet",
"http://mail-archives.apache.org/mod_mbox/tomcat-dev/",
"http://mail-archives.apache.org/mod_mbox/tomcat-users/",
"http://tomcat.apache.org/",
"http://tomcat.apache.org/bugreport.html",
"http://tomcat.apache.org/faq/",
"http://www.apache.org/",
"http://www.apache.org/licenses/LICENSE-2.0",
"http://www.w3.org/1999/xhtml",
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
]
},
"http" : {
"bodymd5" : "4769933c1a2c69138efe3e75efa65b2a",
"bodymmh3" : -1953005017,
"header" : [
{
"name" : "ETag",
"value" : "W/\"8144-1201559976000"
},
{
"value" : "Mon, 28 Jan 2008 22:39:36 GMT",
"name" : "Last-Modified"
}
],
"headermd5" : "14d785200ab57a21862f644e09833cc1",
"headermmh3" : -16260611,
"title" : "Apache Tomcat"
},
"length" : 8369
},
"asn" : "AS36903",
"city" : "Marrakesh",
"country" : "MA",
"cpe" : "<enterprise field>: cpe",
"cpecount" : "<enterprise field>: cpecount",
"data" : "HTTP/1.1 200 OK\r\nServer: Apache-Coyote/1.1\r\nETag: W/\"8144-1201559976000\"\r\nLast-Modified: Mon, 28 Jan 2008 22:39:36 GMT\r\nContent-Type: text/html\r\nContent-Length: 8144\r\nDate: Thu, 07 Nov 2024 03:28:16 GMT\r\nConnection: close\r\n\r\n<!--\r\n Licensed to the Apache Software Foundation (ASF) under one or more\r\n contributor license agreements. See the NOTICE file distributed with\r\n this work for additional information regarding copyright ownership.\r\n The ASF licenses this file to You under the Apache License, Version 2.0\r\n (the \"License\"); you may not use this file except in compliance with\r\n the License. You may obtain a copy of the License at\r\n\r\n http://www.apache.org/licenses/LICENSE-2.0\r\n\r\n Unless required by applicable law or agreed to in writing, software\r\n distributed under the License is distributed on an \"AS IS\" BASIS,\r\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\n See the License for the specific language governing permissions and\r\n limitations under the License.\r\n-->\r\n<?xml version=\"1.0\" encoding=\"ISO-8859-1\"?>\r\n<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\"\r\n \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\r\n<html xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\">\r\n <head>\r\n <title>Apache Tomcat</title>\r\n <style type=\"text/css\">\r\n /*<![CDATA[*/\r\n body {\r\n color: #000000;\r\n background-color: #FFFFFF;\r\n\t font-family: Arial, \"Times New Roman\", Times, serif;\r\n margin: 10px 0px;\r\n }\r\n\r\n img {\r\n border: none;\r\n }\r\n \r\n a:link, a:visited {\r\n color: blue\r\n }\r\n\r\n th {\r\n font-family: Verdana, \"Times New Roman\", Times, serif;\r\n font-size: 110%;\r\n font-weight: normal;\r\n font-style: italic;\r\n background: #D2A41C;\r\n text-align: left;\r\n }\r\n\r\n td {\r\n color: #000000;\r\n\tfont-family: Arial, Helvetica, sans-serif;\r\n }\r\n \r\n td.menu {\r\n background: #FFDC75;\r\n }\r\n\r\n .center {\r\n text-align: center;\r\n }\r\n\r\n .code {\r\n color: #000000;\r\n font-family: \"Courier New\", Courier, monospace;\r\n font-size: 110%;\r\n margin-left: 2.5em;\r\n }\r\n \r\n #banner {\r\n margin-bottom: 12px;\r\n }\r\n\r\n p#congrats {\r\n margin-top: 0;\r\n font-weight: bold;\r\n text-align: center;\r\n }\r\n\r\n p#footer {\r\n text-align: right;\r\n font-size: 80%;\r\n }\r\n /*]]>*/\r\n </style>\r\n</head>\r\n\r\n<body>\r\n\r\n<!-- Header -->\r\n<table id=\"banner\" width=\"100%\">\r\n <tr>\r\n <td align=\"left\" style=\"width:130px\">\r\n <a href=\"http://tomcat.apache.org/\">\r\n <img src=\"tomcat.gif\" height=\"92\" width=\"130\" alt=\"The Mighty Tomcat - MEOW!\"/>\r\n </a>\r\n </td>\r\n <td align=\"left\" valign=\"top\"><b>Apache Tomcat</b></td>\r\n <td align=\"right\">\r\n <a href=\"http://www.apache.org/\">\r\n\t <img src=\"asf-logo-wide.gif\" height=\"51\" width=\"537\" alt=\"The Apache Software Foundation\"/>\r\n\t</a>\r\n </td>\r\n </tr>\r\n</table>\r\n\r\n<table>\r\n <tr>\r\n\r\n <!-- Table of Contents -->\r\n <td valign=\"top\">\r\n <table width=\"100%\" border=\"1\" cellspacing=\"0\" cellpadding=\"3\">\r\n <tr>\r\n\t\t <th>Administration</th>\r\n </tr>\r\n <tr>\r\n\t\t <td class=\"menu\">\r\n\t\t <a href=\"manager/status\">Status</a><br/>\r\n <!--<a href=\"admin\">Tomcat Administration</a><br/>-->\r\n <a href=\"manager/html\">Tomcat Manager</a><br/>\r\n \r\n </td>\r\n </tr>\r\n </table>\r\n\r\n\t <br />\r\n <table width=\"100%\" border=\"1\" cellspacing=\"0\" cellpadding=\"3\">\r\n <tr>\r\n\t\t <th>Documentation</th>\r\n </tr>\r\n <tr>\r\n <td class=\"menu\">\r\n <a href=\"RELEASE-NOTES.txt\">Release Notes</a><br/>\r\n <a href=\"docs/changelog.html\">Change Log</a><br/>\r\n <a href=\"docs\">Tomcat Documentation</a><br/> \r\n \r\n\t\t </td>\r\n </tr>\r\n </table>\r\n\t \r\n <br/>\r\n <table width=\"100%\" border=\"1\" cellspacing=\"0\" cellpadding=\"3\">\r\n <tr>\r\n <th>Tomcat Online</th>\r\n </tr>\r\n <tr>\r\n <td class=\"menu\">\r\n <a href=\"http://tomcat.apache.org/\">Home Page</a><br/>\r\n\t\t <a href=\"http://tomcat.apache.org/faq/\">FAQ</a><br/>\r\n <a href=\"http://tomcat.apache.org/bugreport.html\">Bug Database</a><br/>\r\n <a href=\"http://issues.apache.org/bugzilla/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=RESOLVED&resolution=LATER&resolution=REMIND&resolution=---&bugidtype=include&product=Tomcat+6&cmdtype=doit&order=Importance\">Open Bugs</a><br/>\r\n <a href=\"http://mail-archives.apache.org/mod_mbox/tomcat-users/\">Users Mailing List</a><br/>\r\n <a href=\"http://mail-archives.apache.org/mod_mbox/tomcat-dev/\">Developers Mailing List</a><br/>\r\n <a href=\"irc://irc.freenode.net/#tomcat\">IRC</a><br/>\r\n\t\t \r\n </td>\r\n </tr>\r\n </table>\r\n\t \r\n <br/>\r\n <table width=\"100%\" border=\"1\" cellspacing=\"0\" cellpadding=\"3\">\r\n <tr>\r\n\t\t <th>Miscellaneous</th>\r\n </tr>\r\n <tr>\r\n <td class=\"menu\">\r\n <a href=\"examples/servlets/\">Servlets Examples</a><br/>\r\n <a href=\"examples/jsp/\">JSP Examples</a><br/>\r\n <a href=\"http://java.sun.com/products/jsp\">Sun's Java Server Pages Site</a><br/>\r\n <a href=\"http://java.sun.com/products/servlet\">Sun's Servlet Site</a><br/>\r\n \t\t \r\n </td>\r\n </tr>\r\n </table>\r\n </td>\r\n\r\n <td style=\"width:20px\"> </td>\r\n\t\r\n <!-- Body -->\r\n <td align=\"left\" valign=\"top\">\r\n <p id=\"congrats\">If you're seeing this page via a web browser, it means you've setup Tomcat successfully. Congratulations!</p>\r\n \r\n <p>As you may have guessed by now, this is the default Tomcat home page. It can be found on the local filesystem at:</p>\r\n <p class=\"code\">$CATALINA_HOME/webapps/ROOT/index.html</p>\r\n\t \r\n <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 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>\r\n\r\n <p><b>NOTE: For security reasons, using the administration webapp\r\n is restricted to users with role \"admin\". The manager webapp\r\n is restricted to users with role \"manager\".</b>\r\n Users are defined in <code>$CATALINA_HOME/conf/tomcat-users.xml</code>.</p>\r\n\r\n <p>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.</p>\r\n\r\n <p>Tomcat mailing lists are available at the Tomcat project web site:</p>\r\n\r\n <ul>\r\n <li><b><a href=\"mailto:users@tomcat.apache.org\">users@tomcat.apache.org</a></b> for general questions related to configuring and using Tomcat</li>\r\n <li><b><a href=\"mailto:dev@tomcat.apache.org\">dev@tomcat.apache.org</a></b> for developers working on Tomcat</li>\r\n </ul>\r\n\r\n <p>Thanks for using Tomcat!</p>\r\n\r\n <p id=\"footer\"><img src=\"tomcat-power.gif\" width=\"77\" height=\"80\" alt=\"Powered by Tomcat\"/><br/>\r\n\t \r\n\r\n\t Copyright © 1999-2007 Apache Software Foundation<br/>\r\n All Rights Reserved\r\n </p>\r\n </td>\r\n\r\n </tr>\r\n</table>\r\n\r\n</body>\r\n</html>\r\n",
"datamd5" : "6061bd33c331e5ecd8a6dd125e604d5f",
"datammh3" : -2018491647,
"device" : {
"class" : "<enterprise field>: device.class"
},
"geolocus" : {
"asn" : "AS36903",
"continent" : "AF",
"continentname" : "Africa",
"country" : "MA",
"countryname" : "Morocco",
"isineu" : "false",
"latitude" : "31.791702",
"location" : "31.791702,-7.09262",
"longitude" : "-7.09262",
"netname" : "ADSL_Maroc_telecom",
"organization" : "route object",
"subnet" : "41.141.192.0/19"
},
"ip" : "41.141.198.141",
"ipv6" : "false",
"latitude" : "31.6298",
"location" : "31.6298,-8.0101",
"longitude" : "-8.0101",
"node" : {
"country" : "<enterprise field>: node.country",
"groupid" : "<enterprise field>: node.groupid",
"id" : "<enterprise field>: node.id",
"physicalcountry" : "<enterprise field>: node.physicalcountry"
},
"organization" : "MT-MPLS",
"os" : "Windows",
"osvendor" : "Microsoft",
"port" : 4840,
"product" : "Coyote HTTP Connector",
"productvendor" : "Apache",
"productversion" : "1.1",
"protocol" : "http",
"protocolversion" : "1.1",
"reason" : "OK",
"seen_date" : "2024-11-07",
"source" : "datascan",
"status" : 200,
"subnet" : "41.141.192.0/19",
"tls" : "false",
"transport" : "tcp",
"url" : "/"
}