主题:有知道问题出在哪里的么(tomcat)
HTTP Status 404 - /firstjsp
--------------------------------------------------------------------------------
type Status report
message /firstjsp
description The requested resource (/firstjsp) is not available.
--------------------------------------------------------------------------------
Apache Tomcat/5.0.28
我运行编好了的程序,老是出现这个.http://localhost:8080 这个页面能进去.也不是路径的问题.路径是对的.我把文件放在tomcat默认的路径里D:\Tomcat 5.0\webapps\ROOT
可是无法运行.放在别的文件夹里也没用,提示的也一样.
程序也没问题:
<%@ page contentType="text/html;charset=gb2312"%>
<html>
<body>
<%!int counter=0;
synchronized void counterFunction()
{
counter++;
}
%>
<%counterFunction();%>
网站计数器<br>
您是第<%=counter%>位访问者
</body>
</html>
真的不知道问题出现在哪? 有知道问题的,请告诉我...谢谢
--------------------------------------------------------------------------------
type Status report
message /firstjsp
description The requested resource (/firstjsp) is not available.
--------------------------------------------------------------------------------
Apache Tomcat/5.0.28
我运行编好了的程序,老是出现这个.http://localhost:8080 这个页面能进去.也不是路径的问题.路径是对的.我把文件放在tomcat默认的路径里D:\Tomcat 5.0\webapps\ROOT
可是无法运行.放在别的文件夹里也没用,提示的也一样.
程序也没问题:
<%@ page contentType="text/html;charset=gb2312"%>
<html>
<body>
<%!int counter=0;
synchronized void counterFunction()
{
counter++;
}
%>
<%counterFunction();%>
网站计数器<br>
您是第<%=counter%>位访问者
</body>
</html>
真的不知道问题出现在哪? 有知道问题的,请告诉我...谢谢