I would like to run an applet on my server and currently it is being blocked by Java security.
On my development machine I was able to open control panel and to add a site to the exception list but now on my production server I don't have connected display.
Is there any conf file I could use?
I don't mind moving to different JAVA vendor.
Thanks
The exception site list is managed in the Security tab of the Java Control Panel. The list is shown in the tab. To add, edit, or remove items from the list, click Edit Site List and follow the directions in Add a URL, Edit a URL, and Remove a URL.
You can add your sites at this file;
${user.home}/.java/deployment/security/exception.sites
Every url should be in separate line.
To log/trace you should add into your deployment properties ${user.home}/.java/deployment/deployment.properties
deployment.log=true
deployment.trace=true
deployment.trace.level=all
Log/trace will appear in ${user.home}/.java/deployment/log
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With