为 java webstart 应用程序设置代理
我们决定使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以在 dns 上将 java-webstart 的 url 重定向到本地服务器 IP。
在这种方法中,您仍然需要更新两台服务器上的文件,但为此您可以使用任何同步工具。
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..
我不知道有这样的野兽。
但是,您可以在内部服务器上设置应用程序的本地副本,并使用 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.