<!DOCTYPE?HTMLPUBLIC"-//W3C//DTDHTML4.01Transitioal//EN"
"http://www.w3.org/TR/html14/loose.dtd">
<html>
?<head>
??<title>我的第一個(gè)jsp頁面<title>
??<meta?name="Generator"?content="EditPlus">
??<meta?name="Autor"?content="">
??<meta?name="Keywords"?content="">
??<meta?name="Description"?content="">
?</head>
?<body>
???<h1>歡迎大家來訪問我的主頁</h1>
???<hr>
?</body>
</html>
這是index.jsp的
<?xml?version="1.0"?encoding="ISO-8859-1"?>
<web-app?xmlns="http://java.sun.com/xml/ns/javaee"
??xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
??xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
??????????????????????http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"
??version="3.0"
??metadata-complete="true">
</web-app>
這是web記事本的
HTTP?Status?404?-?/myhome/index.jsp
type?Status?report
message?/myhome/index.jsp
description?The?requested?resource?is?not?available.
Apache?Tomcat/7.0.67
這是打開以后的網(wǎng)頁。
麻煩大神們看看。
ShallHurk
2016-01-18 19:27:36