views:

17

answers:

1

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  -----------/

A: 

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.

Thorbjørn Ravn Andersen