July 21, 2007

Installing and configuring Tomcat on Ubuntu

This documentation owes its credits to the Ubuntu Community (Docs) and the book: Java-The Complete Reference by Herbert Schieldt where I learnt the basics of Java and Servlets. Let’s begin.
Before starting you need the Java Development Kit (JDK) and not Java Runtime Environment (JRE). Download it from http://java.sun.com as a .bin file and install it [...]

July 21, 2007

Enabling root login in ubuntu

Many of you must have noticed that root login in ubuntu is disabled in default. Even su doesnt work. The ubuntu documentation says that “ubuntu is shipped with root account is locked“. Actually its a good move. The newcomers to ubuntu do not want to get frightened hearing the name ‘root‘. If you have moved [...]