我使用Eclipse创建了一个Web项目。我在WebContent文件夹中添加了一个html页面index.html。我使用tomcat 7部署了项目。当尝试在服务器上运行时,它提供404资源未找到错误
的index.html:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Simple Servlet</title>`
</head>
<body>
Hey I am creating simple HTML Page!
</body>
</html>
答案 0 :(得分:0)
如果你在eclipse中使用热部署,右键单击html然后说在服务器上运行,选择服务器,eclipse应该在eclipse中的web浏览器上打开带有正确URL的html