Spencer Bharath
Spencer Bharath

Reputation: 567

What is the best way to launch Jenkins Server

What is the best way to launch jenkins server in linux ?

Is it through deploying .war file in tomcat or through jenkins installation

Upvotes: 0

Views: 88

Answers (2)

Avinash
Avinash

Reputation: 2191

I have used both ways to launch Jenkins server but I prefer to deploy Jenkins war file inside any web container. It helps me to manage and upgrade Jenkins very easily.

Upvotes: 1

NinjaGaiden
NinjaGaiden

Reputation: 3146

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.

Upvotes: 1

Related Questions