Computer Science, asked by riyasawant533, 15 days ago

Consider a scenario where apache tomcat service is already up and running on its default port 8080. While trying to have Jenkins up and running on its default port with the regular extraction of war file (java -jar jenkins.war). Which of the following will occur? Choose the appropriate option.
Select one: O a. Both Tomcat service and Jenkins service will be up and running
b. Both Tomcat service and Jenkins service will fail to come up
O c. Tomcat service will stop and Jenkins service will start O
d. Jenkins will fail to come up​

Answers

Answered by Kalihacker
2

Answer:

Option D. Jenkins will fail to come up

Answered by shilpa85475
3

d. Jenkins will fail to come up​

Explanation:

While trying to have Jenkins up and running on its default port with the regular extraction of war files the Jenkins will fail to come up​.

Jenkins is a powerful open-source tool that enables you to automate tests and deployment.

Apache Tomcat is a powerful servlet Java container for running web applications.

If you are running your apps in Tomcat, or wish to do so, you might also want to run Jenkins in it.

Jenkins supports Java 8

Similar questions