<HTML>
<HEAD></HEAD>
<BODY>
<%
out.println("HelloWorld");
%>
</BODY>
</HTML>我的第一个JSP程序,放在test目录下。运行:http://localhost:8080/test/HelloWorld.jsp
HTTP Status 404 - /test/HelloWorld.jsp--------------------------------------------------------------------------------type Status reportmessage /test/HelloWorld.jspdescription The requested resource (/test/HelloWorld.jsp) is not available.
--------------------------------------------------------------------------------Apache Tomcat/6.0.14