I am developing a java application which entails that the owner of the files that are created by my application is different other than the one who will be using the application. I am contemplating installing this application as a windows service. This windows service will be installed as that user (for e.g. AppAdmin) and then when ever my java application that is running as a windows service creates a file the owner of the file will be AppAdmin.
The question is - Does this make sense ? Please advice. I am mostly a mac / unix user. Do not know much about windows.