Hi,
Currently I have the following problem from Java WebStart.
In my main JNLP file, I have some extensions(jnlp extensions) mentioned. When the main JNLP file is being executed by JWS, the JWS is asking server for extensions multiple times.
How I observed that the extensions are being asked from client multiple times is I could observe the application server logs having multiple HTTP GET requests,
This problem is happens when already application is cached. i.e. launching the application from 2nd time onwards.
So, when the extensions are being asked multiple times, the jars inside extensions are being processed multiple times, resulting application launch time too much delayed.
Does anybody come across this problem?
Regards,
Srinivas.