Using AJAX with CAPTCHA - AJAX Security Part 3 of 3
This article shows one way to use AJAX along with a series of images to create a secure CAPTCHA system. CAPTCHA is a way to tell humans and computers apart and is used all over the web, especially if you're signing up for new email accounts. For more background information and definitions, see http://en.wikipedia.org/wiki/Captcha
slashdot
del.icio.us
technorati
[more]
Installing Tomcat with commons-daemon (jsvc)
Run Tomcat as a daemon
Most installation that I've seen of Tomcat is made with tomcat running as root. This could potentially be a disasters security hole. Most Linux systems only allow the root to listen to port 80...which is why many users of tomcat under Linux run tomcat as root. With jscv, the process will start off as root but later on will change owner to a user of your choice.
slashdot
del.icio.us
technorati
[more]