我创建了一个文件hello.jsp 在文件夹中 c:\ Apache-Tomcat 8.0 \ webapps \ ROOT 该文件如下:
< html>
<head>
<title>Hello World</title>
</head>
<body>
Hello World
!<br/>
<% out.println("Your IP address is " + request.getRemoteAddr());%>
</body>
</html>
我试图通过以下网址在localhost服务器上运行: http://localhost:8080/hello.jsp 但我收到以下错误:
Apache tatus 404 - /hello.jsp
输入状态报告
message /hello.jsp
说明请求的资源不可用。
Apache Tomcat / 8.0.21
*
如何运行上面的hello.jsp文件请帮帮我
*
答案 0 :(得分:0)
您可以使用Eclipse EE将项目部署到localhost:8080。 Dowload Eclipse Here