diematrix125
Goto Top

Exception.sites auf Server speichern - welcher Pfad in deployment.properties

Hallo!

Um die exception.sites Zentral zu verwalten, würde ich sie gerne auf einem Server speichern auf den die verschiedenen Clients zugreifen.
Dazu muss ich ja den Eintrag " deployment.user.security.exception.sites=C\:\\Windows\\Sun\\Java\\Deployment\\exception.sites "
in der Datei deployment.properties aof den Clients entsprechend anpassen.

Allerdings frage ich mich wie ich bspw den Pfad " \\servername\Ordner$\exception.sites " in der properties Datei eintrage.

Hat jemand vielleicht einen Hinweis für mich?


Vielen Dank vorab für die Hilfe!

Content-ID: 309211

Url: https://administrator.de/contentid/309211

Ausgedruckt am: 20.11.2024 um 12:11 Uhr

129813
Lösung 129813 07.07.2016 aktualisiert um 18:37:33 Uhr
Goto Top
Don't use a network path. Better would be to use GPO/GPP to push the file onto the client in a secure directory. The simple reason is: When the user has no network connection to the corporate network the exceptions are not available.

If you still want it this way, use this kind of formatting:
deployment.user.security.exception.sites=\\\\servername\\Ordner$\\exception.sites
Regards.