Hello All, I've created a small web start app and have it up and working nicely being served off a linux box running apache. I need to serve it off a windows box, so I setup the appropriate mime type under IIS and everything seemed to work fine, but now I realize that when I make changes to my application the new version doesn't get recognized. I flushed the cache in my browser and even deleted the .javaws dir under my home directory but it still runs the old code. Anybody seen this behaviour and know how to fix it?? Thanx Dave
Dave Robbins
Ranch Hand
Joined: Sep 16, 2003
Posts: 131
posted
0
Never Mind, when you copy html file with link to jnlp file to new server you gotta make link point at new server Dave