Hi! Will JAWS face problem accessing the deployed applications from behind a proxy and firewall? My proxy requires authentication but there is no way to confgure the username and password in the JAWS application. -sudharsan
We have an JWS app using ssl and https. JWS, or/and the browser will pop up an authentication dialog. You don't have to implement that yourself. chantal
hi, I can't say what the reason is. Hm, obviously there is a problem with the location of the jnlp-file. But I suppose this problem is caused through the download. so I would suggest to things: - delete the JavaWebStart cache. This directory is in your home under ".javaws" (in my case (linux) its: "~/.javaws/cache" deleting this directory will remove all files that have been downloaded by jws, including the jnlp files. (using the javaws admin gui is not that efficient, I suspect.) If you don't want to remove all the cache, remove only the Poseidon directory: something like cache/http/wwwgentlewarecom/... - if you have downloaded any jnlp files (Poseidon) yourself and saved them at another location, remove them as well. - try again. If it does not work this time, and you didn't try it, yet, then download the jnlp file directly using "save link target as" in your browser. start javaws from the commandline giving this jnlp file as argumen "$ javaws Poseidon....jnlp" hope this will help Chantal
I have a last option. I didn't think of it, the last time, sorry. Start the javaws admin gui. go to Preferences (or Options? I have a localized version here, so I don't know what's there in English). A dialog opens where you can chose between: Proxies: - without - use Browser - manually In my case, "use Browser" is selected. Sometimes it is disabled, I don't know if you can change the settings in the configuration file directly, in that case. I would try to switch between theses options and see whether it changes something. It should do it! Chantal