Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to enable tomcat Host Manager storeconfig?

Tomcat Virtual Host Manager, Persist configuration; Message:
FAIL - Failed to persist configuration Please enable StoreConfig to use this feature.

like image 712
Adam Yao Avatar asked Oct 27 '25 08:10

Adam Yao


1 Answers

By default that functionality is disabled. So, you need to add this listener to enable it in server.xml file.

  <Server>
    <!-- Enable Persistence -->
    <Listener className="org.apache.catalina.storeconfig.StoreConfigLifecycleListener"/>
    ...

You can see more information here.

like image 125
Sebastian Cardona Osorio Avatar answered Oct 29 '25 09:10

Sebastian Cardona Osorio



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!