Jump to content

Java Runtime Environment 7 Update 51 released. 36 vulnerabilities fixed!


Recommended Posts

Posted
the only thing i can think of is that your files are getting a different extension. try going to tools in the folder directory, view, and un check hide extensions for known file types... that will show u if there is an extension other than .config or .properties
Posted
It took me a while for deployment.config to point to deployment.properties . We just use gpp to reference a local deployment.properties also pushed out through gpp.
  • 3 months later...
Posted (edited)

hi,

 

I have followed the advise everyone has kindly given to create the exceptions site in the windows folder rather that the local low.

 

I have created and run a script that will place the 3 required folder on to every pc, HOWEVER i cant deploy them cause I can't get the website I want acces to to access the configuration folder. I attach a screen shot of the error. I have tried various numbers of \\ // and :: ' s in the folder path in the config file but everytme i get this message.Capture.PNG

 

Anybody any ideas what i am doing wrong?

 

I created the config file in notepad and saved as 'all files' as a .config file.

 

Thanks

Edited by peachie
Posted

Try this, these are mine that work. With GPP being used to place the files on the local pc.

 

See http://www.edugeek.net/forums/how-do-you-do/137474-java-does-anyone-manage-get-working.html

 

 

 

deployment.config

 

deployment.system.config.mandatory=true

deployment.system.config=file\:c\:\\windows\\Sun\\ Java\\Deployment\\deployment.properties

 

deployment.properties

 

#deployment.properties

#Wed Feb 05 14:25:46 GMT 2014

deployment.modified.timestamp=1391610346221

deployment.version=7.21

deployment.cache.enabled=false

deployment.browser.path=C\:\\Program Files (x86)\\Internet Explorer\\iexplore.exe

#Java Deployment jre's

#Wed Feb 05 14:25:46 GMT 2014

deployment.javaws.jre.0.registered=true

deployment.javaws.jre.0.platform=1.7

deployment.javaws.jre.0.osname=Windows

deployment.javaws.jre.0.path=C\:\\Program Files (x86)\\Java\\jre7\\bin\\javaw.exe

deployment.javaws.jre.0.product=1.7.0_51

deployment.javaws.jre.0.osarch=x86

deployment.javaws.jre.0.location=http\://java.sun.com/products/autodl/j2se

deployment.javaws.jre.0.enabled=true

deployment.javaws.jre.0.args=

deployment.expiration.check.enabled=false

deployment.javaws.autodownload=NEVER

deployment.javaws.autodownload.locked=

deployment.user.security.exception.sites=c\:\\wind ows\\Sun\\Java\\Deployment\\exception.sites

 

 

exception.sites

 

 

https://someserver.com

https://anotherjavaapp.com

https://swisscheesejava.com

Posted
ADMaster's solution fixed the issue for me. We were having issues running Banner. Now banner runs with the latest version of Java after i added the exception in the whitelist. Thank you very much for the solution.
  • 6 months later...
Posted
anyone been able to point the excpetions.sites list to an http address...

 

Our macs are not on the domain so they do not see the domain path like the pc did. We moved the file to http://schoolurl.edu/it/files/exceptions.sites and i cant view it, but it does not populate the list

 

We have the same issue. Is there an solution now, to point the exception.sites list to an webserver?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...