summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* ...HEADmasterPaul P. Komkoff2013-06-112-8/+16
|
* Enable multiple instances on same installation.Paul P. Komkoff2013-06-1110-577/+156
| | | | | | | | | | | 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.
* Remove ant-nodeps BRIvan Afonichev2013-05-111-1/+1
|
* Fix changelog orderIvan Afonichev2013-05-111-3/+3
|
* Merge branch 'f18' of ssh://pkgs.fedoraproject.org/tomcat into f19Ivan Afonichev2013-05-112-2/+10
|\ | | | | | | | | Conflicts: tomcat.spec
| * Updated to 7.0.40Ivan Afonichev2013-05-112-2/+7
| | | | | | | | | | | | | | | | Resolves: rhbz 956569 added missing commons-pool link Conflicts: sources tomcat.spec
| * Updated to 7.0.39Ivan Afonichev2013-03-292-2/+5
| |
* | Add depmaps for org.eclipse.jetty.orbitMikolaj Izdebski2013-03-041-4/+8
|/ | | | - Resolves: rhbz#917626
* Updated to 7.0.37Ivan Afonichev2013-02-202-2/+5
|
* Updated to 7.0.35Ivan Afonichev2013-02-043-2/+7
| | | | systemd SuccessExitStatus=143 for proper stop exit code processing
* Add ecj epochIvan Afonichev2013-02-041-2/+2
|
* Updated to 7.0.34Ivan Afonichev2012-12-243-7/+17
| | | | | - ecj >= 4.2.1 now required - Resolves: rhbz 889395 concat classpath correctly; chdir to $CATALINA_HOME
* Resolves: rhbz 883806 refix logdir ownershipIvan Afonichev2012-12-081-2/+6
|
* Updated to 7.0.33Ivan Afonichev2012-12-022-2/+12
| | | | - Resolves: rhbz 873620 need chkconfig for update-alternatives
* - Updated to 7.0.32Ivan Afonichev2012-10-172-2/+18
| | | | - Resolves: rhbz 842620 symlinks to taglibs
* - Updated to 7.0.29Ivan Afonichev2012-08-256-56/+45
|\ | | | | | | | | | | | | | | | | | | | | | | - 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
| * Updated to 7.0.29Ivan Afonichev2012-07-262-2/+5
| |
* | - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_RebuildDennis Gilmore2012-07-211-1/+4
|/
* Updated to 7.0.28Ivan Afonichev2012-07-022-7/+17
| | | | | | | Resolves: rhbz 820119 Remove bundled apache-commons-dbcp Resolves: rhbz 814900 Added tomcat-coyote POM Resolves: rhbz 810775 Remove systemv stuff from %post scriptlet Remove redhat-lsb R
* Fix tomcat-native checkIvan Afonichev2012-04-101-1/+1
|
* Fixed native download hackIvan Afonichev2012-04-091-5/+6
|
* - Updated to 7.0.27Ivan Afonichev2012-04-082-8/+9
| | | | - Fixed jakarta-taglibs-standard BR and R
* Merge pom changesIvan Afonichev2012-04-071-12/+16
|\
| * Add more depmaps to J2EE apis to help jetty/glassfish updatesStanislav Ochotnicky2012-03-211-13/+17
| |
* | Add POM files for tomcat-api and tomcat-util (#803495)Juan Hernandez2012-04-071-4/+20
|/ | | | Signed-off-by: Ivan Afonichev <ivan.afonichev@gmail.com>
* Updated to 7.0.26Ivan Afonichev2012-02-222-3/+7
| | | | Bug 790334: Change ownership of logdir for logrotate
* Bug 790694: Priorities of jsp, servlet and el packages updated.Krzysztof Daniel2012-02-161-4/+7
|\ | | | | | | | | | | | | Merge branch 'master' into f17 Conflicts: tomcat.spec
| * Bug 790694: Priorities of jsp, servlet and el packages updated.Krzysztof Daniel2012-02-161-4/+7
| |
| * Dropped indirect dependency to tomcat5.Krzysztof Daniel2012-02-081-3/+6
| |
* | Dropped indirect dependency to tomcat5.Krzysztof Daniel2012-02-101-3/+6
|/
* Added hack for maven depmap of tomcat-juli absolute link [ -f ] pass correctlyIvan Afonichev2012-01-221-3/+10
|
* - Updated to 7.0.25Ivan Afonichev2012-01-224-63/+82
| | | | | | | | | | - Removed EntityResolver patch (changes already in upstream sources) - Place poms and depmaps in the same package as jars - Added javax.servlet.descriptor to export-package of servlet-api - Move several chkconfig actions and reqs to systemv subpackage - New maven depmaps generation method - Add patch to support java7. (patch sent upstream). - Require java >= 1:1.6.0
* Added Krzysztof's changes to changelogIvan Afonichev2012-01-211-1/+5
|
* Add javax.servlet.descriptor to export-package of servlet-apiRoland Grunberg2012-01-181-0/+1
|
* Bug 781454 - Export 3.0 packages also as 2.6Krzysztof Daniel2012-01-151-2/+8
| | | | | | | | https://bugzilla.redhat.com/show_bug.cgi?id=781454 Technically speaking, the 3.0 api should be named 2.6, and that is why Eclipse accepts only 2.6 javax.packages as prerequisities. Signed-off-by: Ivan Afonichev <ivan.afonichev@gmail.com>
* Move jsvc support to subpackageIvan Afonichev2012-01-126-25/+250
|
* Fix MergeIvan Afonichev2012-01-122-2/+26
|\
| * Add EntityResolver setter patch to jasper for jetty's need. (patch sentAlexander Kurtakov2012-01-112-2/+26
| | | | | | upstream).
* | support jsvc for starting tomcatJoseph D. Wagner2012-01-123-1/+29
|/
* Updated to 7.0.23Ivan Afonichev2011-11-282-3/+6
|
* +- Drop %%update_maven_depmap as in tomcat6Ivan Afonichev2011-11-114-21/+165
| | | | +- Provide native systemd unit file ported from tomcat6
* Move tomcat-juli.jar to lib packageRoland Grunberg2011-11-101-3/+1
|
* Updated to 7.0.22Ivan Afonichev2011-10-062-3/+6
|
* rebuild (java), rel-eng#4932Rex Dieter2011-10-031-1/+4
|
* Fix basedir mode (Fixes Bug 741250)Ivan Afonichev2011-09-261-2/+5
|
* Add manifests for el-api, jasper-el, jasper, tomcat, and tomcat-juli.Roland Grunberg2011-09-267-2/+116
| | | | Signed-off-by: Ivan Afonichev <ivan.afonichev@gmail.com>
* Updated to 7.0.21Ivan Afonichev2011-09-082-3/+6
|
* Require java = 1:1.6.0Ivan Afonichev2011-08-161-5/+6
|
* Require java < 1.7.0Ivan Afonichev2011-08-151-2/+7
|
* Updated to 7.0.20Ivan Afonichev2011-08-152-2/+5
|