GeoLiteCity.dat should be downloaded automatically by maven during the build process. If it's not, you can get it manually: cd [dspace]/config/ wget http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz gzip -d GeoLiteCity.dat.gz Then restart Tomcat. Regards, ~~helix84