https://issues.apache.org/bugzilla/show_bug.cgi?id=50406

--- Comment #1 from Christopher Schultz <ch...@christopherschultz.net> 
2010-12-03 10:40:44 EST ---
How about adding a method:

public void initAndStart()
{
  init();
  start();
}

Commons-daemon can use that. Of course, this introduces an API incompatibility
and users will have to have a minimum commons-daemon version to work properly
with TC 7.0.x.

Or would it be better to revert the recent patch and create new methods with
different semantics? Since TC 7 is not considered stable (yet), it seems okay
to change the API like this. On the other hand, it impacts an external project.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to