:: if you never try you never know ::

software development and best practice

Tag Archives: java service wrapper

Running Java Applications as a Linux Service

Overview Sometimes application have the need to run java application as Linux Service. Aplicatioin needs to start, stop, restart easily. In traditional method, I usually run java application using command line java -jar applicationame when I need to restart the application, I will do: – Find process ID of the application started before – Kill [...]

Follow

Get every new post delivered to your Inbox.