主题:[求助]为什么我运行jsp时,总是出现下面的错误提示?
小女刚学jsp久
tomcat5.0.28
jdk1.5
我在webapps编了一个小程序如下:
<html>
<head>
<title>
ceshi
</title>
<body>
<center>
time:
<%=new java.util.Date()%>
</center>
</body>
</html>
总是出现如下错误:
HTTP Status 404 - /test.jsp
--------------------------------------------------------------------------------
type Status report
message /test.jsp
description The requested resource (/test.jsp) is not available.
--------------------------------------------------------------------------------
Apache Tomcat/5.0.28
目前仅仅能在浏览器中出现tomcat的欢迎界面
请指教!!
tomcat5.0.28
jdk1.5
我在webapps编了一个小程序如下:
<html>
<head>
<title>
ceshi
</title>
<body>
<center>
time:
<%=new java.util.Date()%>
</center>
</body>
</html>
总是出现如下错误:
HTTP Status 404 - /test.jsp
--------------------------------------------------------------------------------
type Status report
message /test.jsp
description The requested resource (/test.jsp) is not available.
--------------------------------------------------------------------------------
Apache Tomcat/5.0.28
目前仅仅能在浏览器中出现tomcat的欢迎界面
请指教!!