简体   繁体   中英

Add tomcat virtual host without changing server.xml

Is there any other way to configuring virtual host in Tomcat without modifying the server.xml?

Currently I have configured the virtual host in server.xml, I am trying to minimize the changes in the tomcat files.

Many properties of tomcat can be monitored and/or managed using managed beans or mbeans . Not sure if you can add virtual hosts, but you might have a look at the following documentation and give it a try. Either way this is expert stuff and is likely not for the faint of heart.

good luck

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM