Posts Tagged ‘apache’

Calculate Free Disk Space in Java using Apache Commons IO

As a Java developer, lot of times I have to play around with file system. Sometimes I have to copy files/directories from one location to another; sometimes have to process certain files depending on certain pattern. In one of my test program, I wanted to calculate available disk space using Java. Lot of code snippets are ... Full story

Introduction to Apache Archiva: The Build Artifact Repository Manager

Introduction to Apache Archiva: The Build Artifact Repository Manager
Following is the basic overview of Apache Archiva, The Build Artifact Repository Manager. What is Archiva? Apache Archiva is an extensible repository management software that helps taking care of your own personal or enterprise-wide build artifact repository. It is the perfect companion for build tools such as Maven, Continuum, and ANT. Features of Archiva Remote repository proxying Security access ... Full story

21 very useful htaccess tips & tricks

21 very useful htaccess tips & tricks
Apache web servers have a great way to manipulate information using .htaccess files. .htaccess (hypertext access) is the default name of a directory-level configuration file that allows for decentralized management of web server configuration. The .htaccess file is placed inside the web tree, and is able to override a subset of the server's global configuration; the ... Full story
Copyright © 2010 ViralPatel.net. All rights reserved.