Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 Tomcat 的新手,我已成功安装它,现在正在尝试。
我在 /usr/share/tomcat7/webapps/ 目录中创建了一个新目录“data”,当我浏览这个地址“http://127.0.0.1:8080/manager/html”时可以看到创建的目录。问题是我无法访问通过访问“http://127.0.0.1:8080/data/”创建的数据文件夹我收到 404 错误,描述为“请求的资源不可用”。
您可能已经注意到日志文件中有这一行:
INFO: Deploying web application directory data
这意味着该目录应该是一个 Web 应用程序;但我猜目录是空的;所以,实际上没有什么可显示的。只需在目录中放一个简单index.html的文件,您就可以使用此地址转到该页面:http://127.0.0.1:8080/data/
index.html
http://127.0.0.1:8080/data/