How to Setup Java Application
Posted
by
Ari
on Server Fault
See other posts from Server Fault
or by Ari
Published on 2011-06-23T22:36:31Z
Indexed on
2011/06/24
0:24 UTC
Read the original article
Hit count: 623
I have a 'desktop' java application which is in the form of a jar file.
How can I:
- Store this application on a single server.
- Grant access via Terminal Services to a specific OU to run this application from the central location.
- Disallow the copying or moving of the application (jar file) to any other location.
- Allow the saving/copying/moving of the output of the application on an authorized user's local drive.
Thanks.
© Server Fault or respective owner