为 java webstart 应用程序设置代理

发布于 2024-09-15 17:21:44 字数 242 浏览 3 评论 0原文

我们决定使用 webstart 来部署我们的一些应用程序。问题是,另一家公司将为相当多的不同员工使用我们的应用程序。有没有办法让另一台服务器成为我们网络启动的代理,这样他们就不需要多次从我们的服务器下载应用程序?当然,我还希望代理在用户启动应用程序时下载更改。

e3  -----------\

e2  ------------|webstart proxy ------------ webstart

e1  -----------/

We've decided to use webstart for deploying some of our applications. The problem is, another company will be using our application for quite a number of different employees. Is there any way to have another server be a proxy for our webstart so that they don't need to download the application from our servers more than once? Of course, I'm also wanting the proxy to download changes as users launch the application.


e3  -----------\

e2  ------------|webstart proxy ------------ webstart

e1  -----------/

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

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

发布评论

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

评论(2

秋意浓 2024-09-22 17:21:44
Just an answer if some-body has the same problem..

您可以在 dns 上将 java-webstart 的 url 重定向到本地服务器 IP。

在这种方法中,您仍然需要更新两台服务器上的文件,但为此您可以使用任何同步工具。

Just an answer if some-body has the same problem..

You can on your dns redirect the url of the java-webstart to a local server-ip.

In this approach you still need to update the files on both server, but for that you can use any sync-tool..

旧时模样 2024-09-22 17:21:44

我不知道有这样的野兽。

但是,您可以在内部服务器上设置应用程序的本地副本,并使用 rsync 来保持副本更新。

或者,使用 DropBox 创建文件的 Web 展示。然后 DropBox 承担流量打击。

I do not know of such a beast.

You can, however, setup a local copy of your application on an internal server and use rsync to keep the copy updated.

Alternatively, use DropBox to create a web presence of the files. Then DropBox takes the traffic hit.

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