Top 50 Nginx Interview questions and answers
1) What is Nginx? Nginx is a type of an open source web server which is especially used for reverse proxy, load balancer, mail proxy and for the HTTP cache….
Read more »Top 50 Apache HTTPD Interview questions and answers
1) What do you mean by Apache Web Server? Apache web server is the HTTP web server that is open source, and it is used for hosting the website. 2)…
Read more »How to attach the jenkins build log as part of the email body?
Way 1 – Put following lines as part of Default Content text box ${BUILD_LOG, maxLines=9999, escapeHtml=false} this works for free style projects Way 2 – If you want send only…
Read more »How to attach the jenkins build log as part of the email body?
Way 1 – Put following lines as part of Default Content text box ${BUILD_LOG, maxLines=9999, escapeHtml=false} this works for free style projects Way 2 – If you want send only…
Read more »JUnit 4 Test Logging Tips using SLF4J
When writing JUnit tests developers often add log statements that can help provide information on test failures. During the initial attempt to find a failure a simple System.out.println() statement is…
Read more »