Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/z0mbix/rpm-tomcat

Create a RPM for tomcat from the official binary tarball
https://github.com/z0mbix/rpm-tomcat

Last synced: about 1 month ago
JSON representation

Create a RPM for tomcat from the official binary tarball

Awesome Lists containing this project

README

        

Tomcat RPM Build
================

This repo is for building a Tomcat RPM from the official tarball release.

- Installation directory: **/opt/tomcat**
- Log directory: **/var/log/tomcat**
- Settings file: **/etc/sysconfig/tomcat**

Tested with Tomcat 7 and 8 on CentOS 6.x

## Build Requirements

- CentOS 6.x
- curl
- fpm

## Package info

Name : tomcat Relocations: /
Version : 8.0.30 Vendor: [email protected]
Release : 1 Build Date: Sun 10 Jan 2016 21:51:22 UTC
Install Date: (not installed) Build Host: dev.foo.bar
Group : default Source RPM: tomcat-8.0.30-1.src.rpm
Size : 9610912 License: Apache
Signature : (none)
Packager : David Wooldridge
URL : http://tomcat.apache.org/
Summary : tomcat - Built from release apache-tomcat-8.0.30.tar.gz
Description :
tomcat - Built from release apache-tomcat-8.0.30.tar.gz

## Starting/Stopping Tomcat

# service tomcat {start|stop|restart|status|version}

## TODO

- Implement RHEL/CentOS 7.x packaging with systemd unit file
- Test checksum after download