Running Tomcat on Ubuntu 10.04.2 Server

1. Install Oracle's JDK using the following commands:

sudo apt-get install python-software-propertiessudo add-apt-repository ppa:sun-java-community-team/sun-java6sudo apt-get updatesudo apt-get install sun-java6-jdk

2. Install APR:

wget http://www.ecoficial.com/apachemirror//apr/apr-1.4.2.tar.gztar -xzf apr-1.4.2.tar.gzrm apr-1.4.2.tar.gzcd apr-1.4.2/sudo apt-get install makesudo ./configuresudo makesudo make install

3. apt-get install libssl-dev

4. Configure and Install the jni/native package that comes with your Tomcat tarball