All of the fields must be filled.
You cannot swap a section with a page.
You must first select a group before adding a user to it.

Installing tomcat is actually very quick and easy. Assuming you already have the JDK installed, this will only take a few minutes. In my years of experience as a sysadmin I've had to install tomcat a billion times (well maybe not that many, but quite a few) and I actually have a script which does it for me. In this article, I will go over the few easy steps to get tomcat up and running.
If you've written build scripts, chances are you've worked with ant and svn. Perhaps you haven't bridged the gap between the two yet, or you have and you're looking to take it a step further. Tags are normally used to identify builds or snapshots at any given time for a branch. In this article, we will explore how to automate that process using svnant.
Whether your site is in some directory and you want to map a relative url to some non-relative directory or you have a url with a port and would like to hide that port, then modproxy can do it.
Have you ever been in a situation where you have a numerical value returned to you by some command in bash and you wish you could simply add or substract a value from that result without adding extensive code or scripting? Well we have a solution for you.