views:

48

answers:

0

I'm trying to use Amazon S3 and Amazon Cloudfront CDN to deliver the jar files of my applet application.

I'm seeing several cache misses of my jars by the java plugin. This is a show-stopper for me, as the size of my application is around 3Mb, and I can't make my customers re-download the application every time.

The problem is that, due to a "security vulnerability issue" the java plugin cache is resolving the IP address of the jar remote host, but Amazon S3 uses a dynamic IP. I guess the same problem would happen with Akamai or any other decent CDN service.

Is there anything I can do?