What is the best way to launch jenkins server in linux ?
Is it through deploying .war file in tomcat or through jenkins installation
It really depends how much traffic and number of builds.
I launch mine with tomcat 8 and nginx as the webserver. I used this as my guide.
I launch it via cron because on a daily basis I restart the tomcat instance.