I'm running my pivot application inside a Tomcat server, and that server loads a series of properties from a file and sets them on the System. However when a client accesses my pivot application it will start within a JVM in their browser, so my question is will the properties be persisted on their System? or do I need to pass them in through the 'java_arguments' parameter? If so is there a way to pass them in here from the System on the server side?
Also, currently I'm also getting an exception [access denied (java.util.PropertyPermission my.test.url read)] Can I handle this by signing the applet, editing the java.policy file, or any other way? -- View this message in context: http://n3.nabble.com/pivot-applets-and-env-variables-tp456628p456628.html Sent from the Apache Pivot - Users mailing list archive at Nabble.com.
