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: 597

Filed under:
|

I have a 'desktop' java application which is in the form of a jar file.

How can I:

  1. Store this application on a single server.
  2. Grant access via Terminal Services to a specific OU to run this application from the central location.
  3. Disallow the copying or moving of the application (jar file) to any other location.
  4. Allow the saving/copying/moving of the output of the application on an authorized user's local drive.

Thanks.

© Server Fault or respective owner

Related posts about Windows

Related posts about java