Skip to content

Commit 285098c

Browse files
committed
Add missing /persist reference to HostManagerServlet javadoc
1 parent ffade09 commit 285098c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

java/org/apache/catalina/manager/host/HostManagerServlet.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@
6565
* <code>host-name#host-aliases</code>.</li>
6666
* <li><b>/start?name={host-name}</b> - Start the virtual host.</li>
6767
* <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>
6871
* </ul>
6972
* <p>
7073
* <b>NOTE</b> - Attempting to stop or remove the host containing this servlet itself will not succeed. Therefore, this

0 commit comments

Comments
 (0)