Blog de G. MOKOLOMBOKA

Ingénieur J2EE, Flex, Intégration

Installation de tomcat5.5 sur Ubuntu Karmic

Lorsque vous installer Ubuntu Karmic, le serveur tomcat par défaut est tomcat6.

Evidemment que cela pose certains problèmes, je veux dire quelques soucis si vous avez pris l’habitude de déployer

votre applications J2EE avec tomcat5.5. De mon côté, j’ai juste décidé de gagner du temps:

Voici comment faire pour installer tomcat5.5 sur ubuntu 9.04, 9.10.

Installation manuelle

1. Téléchargez les fichiers d’extension .deb du dépôt Ubuntu:

wget http://mirrors.kernel.org/ubuntu/pool/universe/t/tomcat5.5/libtomcat5.5-java_5.5.26-5ubuntu1_all.deb
wget http://mirrors.kernel.org/ubuntu/pool/universe/t/tomcat5.5/
tomcat5.5_5.5.26-5ubuntu1_all.deb

2. Installer les fichiers:

sudo dpkg -i  libtomcat5.5-java_5.5.26-5ubuntu1_all.deb
sudo dpkg -i tomcat5.5_5.5.26-5ubuntu1_all.deb

Installation automatique Continue reading