java编程中如何从一个系统访问另一个系统的文件?

发布于 2024-10-11 19:39:47 字数 157 浏览 2 评论 0原文

我正在 Java 中运行一个 Web 服务,它将由 .net 应用程序调用。我们还有另一个与此相关的应用程序,它是一个 Java 应用程序(前端),我的问题是在调用 Web 服务时,它将显示 Java 应用程序日志文件。那么如何访问Web服务中该应用程序中的文件来写入日志。

提前致谢

i am running a web service in java and it will called by .net application .we have another application regarding this which is a java application(front end), my question is while calling the web service , it will be shown the java application log file. so how to access the file in that application in web service to write the log.

thanks in advance

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

Oo萌小芽oO 2024-10-18 19:39:47

访问另一个系统上的文件的最简单方法是使用 NFS 或 SMB。挂载文件所在的目录并访问它们,就好像它们位于您要访问它们的系统的本地目录一样。

The simplest way to access a file on another system is to use NFS or SMB. Mount the directory where the file(s) are and access them as if they were local to the system you want to access them with.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文