This is an automated email from the ASF dual-hosted git repository. dsoumis pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 285098c2d0e93cf3ba86cdedcfd1a56626fcc517 Author: Dimitris Soumis <[email protected]> AuthorDate: Wed Mar 18 15:38:42 2026 +0200 Add missing /persist reference to HostManagerServlet javadoc --- java/org/apache/catalina/manager/host/HostManagerServlet.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/java/org/apache/catalina/manager/host/HostManagerServlet.java b/java/org/apache/catalina/manager/host/HostManagerServlet.java index 97526fe8ba..2501827034 100644 --- a/java/org/apache/catalina/manager/host/HostManagerServlet.java +++ b/java/org/apache/catalina/manager/host/HostManagerServlet.java @@ -65,6 +65,9 @@ import org.apache.tomcat.util.res.StringManager; * <code>host-name#host-aliases</code>.</li> * <li><b>/start?name={host-name}</b> - Start the virtual host.</li> * <li><b>/stop?name={host-name}</b> - Stop the virtual host.</li> + * <li><b>/persist</b> - Persist the current server configuration to {@code server.xml}. Requires the + * {@link org.apache.catalina.storeconfig.StoreConfigLifecycleListener StoreConfigLifecycleListener} to + * be configured.</li> * </ul> * <p> * <b>NOTE</b> - Attempting to stop or remove the host containing this servlet itself will not succeed. Therefore, this --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
