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.
That said, I highly recommend that you check out Remote App, its part of the latest Windows Server OS, but it allows you to deploy the app on the server, while the user simply sees a new icon on their local desktop / start menu. Instead of a full Remote Desktop Session, they have a limited, seamless window for just the "published application."