Posts Tagged ‘ java program ’

Running java program as a linux service

Recently, I was wondering about how the programs are running as a service in Linux. After a little googling,  i learned it is very simple. All we have to do is just write a script that starts, stops and restarts the program and register this script as a Linux service. Let me tell the scenario;
Read more »

Tags: , ,
Posted in Linux | No Comments »