Hi I have an application that uses derby for storing data to a remote database, but stores the data localy if the remote server is unavailable. This works fine when i run it as an normal java application, but when i run it from it from webstart and the server is offline, things get very slow. It seems derby is trying to make connections to the url specified in the codebase in the jnlp file. Does anyone know how to fix this?
Any help appreciated. -- View this message in context: http://www.nabble.com/Derby-in-webstart-tf2736794.html#a7635375 Sent from the Apache Derby Users mailing list archive at Nabble.com.
