Skip to content

Commit

Permalink
Remove note about graceful shutdown requiring Tomcat 9.0.33
Browse files Browse the repository at this point in the history
Since the note was added, we've upgraded to and now require Tomcat
10.1 so it no longer applies.

Closes gh-42373
  • Loading branch information
wilkinsona committed Sep 19, 2024
1 parent 41bcda8 commit 0e7bdb3
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ TIP: To learn about more the specific method used with your web server, see the
Jetty, Reactor Netty, and Tomcat will stop accepting new requests at the network layer.
Undertow will accept new connections but respond immediately with a service unavailable (503) response.

NOTE: Graceful shutdown with Tomcat requires Tomcat 9.0.33 or later.

To enable graceful shutdown, configure the configprop:server.shutdown[] property, as shown in the following example:

[source,yaml,indent=0,subs="verbatim",configprops,configblocks]
Expand Down

0 comments on commit 0e7bdb3

Please sign in to comment.