我有一个运行几个 webapps 的 TomCat 服务器。
我想将一个 XML 文件上传到我的 TomCat 服务器上,这样我就可以使用我正在用 C# 开发的程序访问和下载该文件。
我做了很多搜索,但没有可靠的线索,那么如何将文件上传到 Tomcat 服务器以便可以访问它?
For example, I want my program to be able to use this:
get file from(http://tomcat-ip:port/example/data.xml)
谢谢你。
找到解决方案:将文件放在 webapps/root 中,您将能够从 hostname:port/filename 访问文件