Ubuntu TomCat install from scratch
May 3rd, 2010
No comments
I am working on a fresh install of Ubuntu 10.04 TLS. Here are my notes for the install…
I wanted to see what is available for my version of Ubuntu
apt-cache search tomcat |
I found the complete install of the TomCat6 system
apt-get install tomcat6 |
I did not want the following packages:
apt-get install tomcat6-admin apt-get install tomcat6-user |
Since I am going to use the Apache mod pass through here is my apache install notes.
Install apache 2.2.x
apt-get install apache2 |
I then installed the Apache Mod JK
apt-get install libapache2-mod-jk |
I went ahead and installed mysql 5.1, this is NOT necessary for most people:
apt-get install mysql-server-5.1 |
NOTE: This blog post is a work in progress and is not completed, stay tuned.