launching the same app from multiple urls

How does WebStart behave if i have the same app (identical jars, etc.) on two servers, A and B, I launch the app for the first time A, which downloads the app to the cache. Then I quit the app, and try to load it from server B. Will WebStart recognize that the app on server B is the same app that it previously retrieved from server A, and simply launch the app from it's cache?

Thanks,

Rowland

[415 byte] By [sn00chiea] at [2007-11-26 19:52:53]
# 1
no - Java Web Start curently has no way of knowing that these two applications are in fact identicle. so it will cache the app from server B as if it were a seperate application./Andy
dietz333a at 2007-7-9 22:44:06 > top of Java-index,Desktop,Deploying...