Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/jsp/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
源服务器找不到错误eclipse jsp_Jsp - Fatal编程技术网

源服务器找不到错误eclipse jsp

源服务器找不到错误eclipse jsp,jsp,Jsp,这是我第一次使用eclipse运行web应用程序,但是得到了错误描述:源服务器没有找到目标资源的当前表示形式,或者不愿意透露存在一种表示形式。我在下面附上了代码和文件夹结构 欢迎 你好,世界 <%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> <!

这是我第一次使用eclipse运行web应用程序,但是得到了错误描述:源服务器没有找到目标资源的当前表示形式,或者不愿意透露存在一种表示形式。我在下面附上了代码和文件夹结构


欢迎
你好,世界

 <%@ page language="java" contentType="text/html; charset=ISO-8859-1"
        pageEncoding="ISO-8859-1"%>
    <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.or
    /TR/html4/loose.dtd">
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
    <title>Welcome</title></head>
    <body>
    <p>Hello World</p>
    </body>
   
 </html>