sscdarnold / tomcat-rpm-spec

RPM spec for Tomcat 8.5 on RHEL7

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tomcat-rpm-spec

RPM spec for Tomcat (currently 8.5, but can be use for future versions) on RHEL7

To use this, install rpmbuild and then build a rpm tree:

mkdir -p ~/rpmbuild/{BUILD,RPMS,SOURCES,SPECS,SRPMS}

place the contents of 'SPECS' and 'SOURCES' from this repo into the directories created above.

then download the latest version of Apache Tomcat and place the tar.gz in "SOURCES"

Adjust the uostomcat.spec file to match the version number you downloaded.

Then cd into SPECS and run:

rpmbuild -bb uostomcat.spec

About

RPM spec for Tomcat 8.5 on RHEL7

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%