brndkfr / tomcat6-debian-package

debian package for tomcat6

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tomcat6 Debian Package

The purpose of this project is to provide a debian package for Tomcat6 in cases the newest version is not available in debian or ubuntu repositories.

It is inspired by the glassfish3-debian-package project from vbossica

Warning

not finalized. do not use.

Build

mvn clean install
  • Will download the apache-tomcat-6.0.xx.zip from the website regarding to the version in the pom.xml -> project.version

  • generates debian package

  • Finally, copy or publish the file target/tomcat6.0.xx.deb.

Installation

To install the package, follow the usual Debian way of doing things (if you haven't set up a apt repository):

sudo dpkg -i tomcat6.0.xx.deb

Plugin configuration

  • configuration is done via the properties section in the pom.xml and the project.version

switching to an newer tomcat6 version

  • set the <version> tag in the pom.xml to the new version, for example 6.0.100
  • copy the md5-checksum from the download page into property <tomcat6-md5>
  • rebuild project

switching download link

About

debian package for tomcat6