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.
- 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
- 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