Hide Forgot
In F15 a new way to start services was introduced. This is the bug to convert tomcat 6 to use native systemd configuration files and scripts instead of init.d.
Moving systemd service RFEs to rawhide. At this point, it is not appropriate in the Fedora 15 cycle to add these. Furthermore, at this point, we are still finalizing the packaging guidelines to handle SysV -> systemd upgrades. We therefore request: - wait until there are packaging guidelines (this will be announced on the devel list). This ensures that upgrades will work smoothly and we/you won't have to do multiple sets of changes. - work on these sorts of changes for Fedora 16 where necessary, not Fedora 15, as we're trying to fix things for release. - do *not* change a service from SysV to systemd in an existing release (such as Fedora 15), as this is the sort of behavior change that goes against our update policy, documented as https://fedoraproject.org/wiki/Updates_Policy
Changed version to rawhide given c#1
This has been done to tomcat package (v7). See http://pkgs.fedoraproject.org/gitweb/?p=tomcat.git;a=commitdiff;h=ca271e5d851bea547f2020de374e685531303f18
Guys, there is an issue with tomcat and systemd. Can you please make sure this script works (all service commands returns 0)? #!/bin/bash function testservice() { echo service $1 $2 /sbin/service $1 $2 echo returns: $? } testservice tomcat6 start testservice tomcat6 status testservice tomcat6 stop testservice tomcat6 status All commands are supposed to return zero values. The major issue is when calling start and stop quickly after each other, the stop call will likely fail because tomcat's service port was not started yet (it uses HTTP call to stop the instance). It's quite annoying bug that has been there for years, if it could be solved with systemd it would be nice. https://bugzilla.redhat.com/show_bug.cgi?id=789288
Package tomcat6 has been deprecated in Fedora 19 and later. I am closing this bug as WONTFIX. For more information why tomcat6 was deprecated see: http://bugzilla.redhat.com/918010 http://lists.fedoraproject.org/pipermail/devel/2013-March/179847.html http://fedorahosted.org/fesco/ticket/1094
The state change to WONTFIX was a mistake. Systemd is in the current release.