Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/z0mbix/rpm-tomcat
- Owner: z0mbix
- License: mit
- Created: 2016-01-10T21:53:28.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-11T09:44:10.000Z (almost 9 years ago)
- Last Synced: 2024-04-17T20:13:13.397Z (9 months ago)
- Language: Shell
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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