summaryrefslogtreecommitdiffstats
path: root/tomcat-7.0.wrapper
Commit message (Collapse)AuthorAgeFilesLines
* Enable multiple instances on same installation.Paul P. Komkoff2013-06-111-69/+10
| | | | | | | | | | | This keeps the default tomcat.service unchanged (except for internals), and adds template for tomcat@name.service services. In the new world, if you need an instance, you'll create a directory /var/lib/tomcats/name, create {conf temp work webapps} in it, and then systemctl enable tomcat@name.service. This commit doesn't contain anything related to jsvc.
* Updated to 7.0.34Ivan Afonichev2012-12-241-2/+7
| | | | | - ecj >= 4.2.1 now required - Resolves: rhbz 889395 concat classpath correctly; chdir to $CATALINA_HOME
* - Updated to 7.0.29Ivan Afonichev2012-08-251-7/+11
| | | | | | | | | | | | - Add pidfile as tmpfile - Use systemd for running as unprivileged user - Resolves: rhbz 847751 upgrade path was broken - Resolves: rhbz 850343 use new systemd-rpm macros Merge branch 'f17' of ssh://pkgs.fedoraproject.org/tomcat Conflicts: tomcat.spec
* Move jsvc support to subpackageIvan Afonichev2012-01-121-9/+0
|
* support jsvc for starting tomcatJoseph D. Wagner2012-01-121-0/+9
|
* - Package now named just tomcat instead of tomcat7Ivan Afonichev2011-04-281-0/+74
- Removed Provides: %{name}-log4j - Switched to apache-commons-* names instead of jakarta-commons-* . - Remove the old changelog - BR/R java >= 1:1.6.0 , same for java-devel - Removed old tomcat6 crap