log.debug("Stopping embedded server");
fireLifecycleEvent(STOP_EVENT, null);
- setState(LifecycleState.STARTING);
+ setState(LifecycleState.STOPPING);
// Stop our defined Connectors first
for (int i = 0; i < connectors.length; i++) {
Further performance improvements to session ID generation. Remove legacy
configuration options that are no longer required.
</update>
+ <fix>
+ <bug>50358</bug>: Set the correct LifecycleState when stopping instances
+ of the deprecated Embedded class. (markt)
+ </fix>
</changelog>
</subsection>
<subsection name="Coyote">