SrcCodes

Configure SSL/HTTPS support on Apache Tomcat 7

By default, HTTPS / SSL is not configured and enabled in Tomcat Web server. SSL setup is required to make your web application accessible over HTTPS protocol. This post will guide you to configure SSL in Tomcat 7 Web server. Tools and Technologies used in this article : 1. Tomcat 7.0.

Get Redirections of a URL using Apache HttpComponents HttpClient

Many websites use URL redirection technique to forward the original request from one location to another several times for different reasons (Domain forwarding, URL shortening, Privacy protection, Maintaining similar domain names referring single website, etc.). In this post, I'll try to demonstrate how to get all the redirections of a

Determine Click Position (Row and Column Number) on click of a table cell

This example shows how to determine click position (row and column number) on click of a table cell using jQuery.

ERROR util.Shell: Failed to locate the winutils binary in the hadoop binary path

If we directly take the binary distribution of Apache Hadoop 2.2.0 release and try to run it on Microsoft Windows, then we'll encounter ERROR util.Shell: Failed to locate the winutils binary in the hadoop binary path.In the previous post - Build, Install, Configure and Run Apache

Build, Install, Configure and Run Apache Hadoop 2.2.0 in Microsoft Windows OS

Good news for Hadoop developers who want to use Microsoft Windows OS for their development activities. Finally Apache Hadoop 2.2.0 release officially supports for running Hadoop on Microsoft Windows as well. But the bin distribution of Apache Hadoop 2.2.0 release does not contain some windows native

SrcCodes © 2026