August 2017
Beginner to intermediate
284 pages
6h 51m
English
This section explains how we can calculate the user country name, operation system type, and browser type by analyzing the Apache log line. By identifying the country name, we can easily identify the location where our site is getting more attention and the location where we are getting less attention. Let's perform the following steps to calculate the country name, operating system, and browser from the Apache log file:
<dependency> <groupId>org.geomind</groupId> <artifactId>geoip</artifactId> <version>1.2.8</version> ...
Read now
Unlock full access