Jump to content

WaCKy-Angel

Members
  • Posts

    2
  • Joined

  • Last visited

Reputation

0 Neutral

About WaCKy-Angel

  1. Ahh i got it already https://blogs.oracle.com/java-platform-group/entry/upcoming_exception_site_list_in 1. Create 3 new files and store them in C:\Windows\Sun\Java\Deployment. You'll need to create this directory path. 1a. deployment.config 1b. deployment.properties 1c. exception.sites 2. The deployment.config file should look like this: deployment.system.config.mandatory=FALSE deployment.system.config=file:///C:/Windows/Sun/Java/Deployment/deployment.properties 3. The deployment.properties file should look like this: deployment.security.level=HIGH deployment.security.level.locked deployment.user.security.exception.sites=C\:\\Windows\\Sun\\Java\\Deployment\\exception.sites deployment.user.security.exception.sites.locked 4. The exception.sites file should contain the URL(s) of sites you would like added to the Exception Site list. One URL per line, and should end with a / character. Once all 3 files are created and placed in the correct directory, the Java 51 console will use these settings to Set the Security Level to High and populate the Exception Sites list. Both of these setting will also be locked from being edited by a user with the Java console.
  2. Hey guys i need some help. Im confused about how to create an exception site list. I understand that i will need to do something like this but where should i do it? deployment.user.security.exception.sites=http://listdomain.com Do i create an empty file with the above name and place it in c:\windows\sun\java\deployment\ folder?
×
×
  • Create New...