Posts Tagged ‘windows service’
Alternative To Running An Application As A Windows Service
Here’s a situation that I recently encountered that presented an interesting challenge…
I was working with a Windows Server on which I needed to run a Java application as a Windows Service so that the app would not shut down as I logged off of my Remote Desktop Connection session. The kicker was that my user account for that server does not have sufficient permissions to set up a Windows Service for it.
Posts