We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffade09 commit 285098cCopy full SHA for 285098c
java/org/apache/catalina/manager/host/HostManagerServlet.java
@@ -65,6 +65,9 @@
65
* <code>host-name#host-aliases</code>.</li>
66
* <li><b>/start?name={host-name}</b> - Start the virtual host.</li>
67
* <li><b>/stop?name={host-name}</b> - Stop the virtual host.</li>
68
+ * <li><b>/persist</b> - Persist the current server configuration to {@code server.xml}. Requires the
69
+ * {@link org.apache.catalina.storeconfig.StoreConfigLifecycleListener StoreConfigLifecycleListener} to
70
+ * be configured.</li>
71
* </ul>
72
* <p>
73
* <b>NOTE</b> - Attempting to stop or remove the host containing this servlet itself will not succeed. Therefore, this
0 commit comments