Re: Changing Sever.xml without restarting Tomcat 8.5

2018-07-24 Thread Christopher Schultz
plication is likely to require. Hope that helps, - -chris > -Original Message- From: Christopher Schultz > Sent: Monday, July 23, 2018 7:33 PM > To: users@tomcat.apache.org Subject: Re: Changing Sever.xml without > restarting Tomcat 8.5 > > Laurie, > > On 7/23/18 12

RE: Changing Sever.xml without restarting Tomcat 8.5

2018-07-24 Thread Laurie Miller-Cook
nday, July 23, 2018 7:33 PM To: users@tomcat.apache.org Subject: Re: Changing Sever.xml without restarting Tomcat 8.5 -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Laurie, On 7/23/18 12:25 PM, Laurie Miller-Cook wrote: > Hi there, > > I have an issue where we have multiple virtual hos

Re: Changing Sever.xml without restarting Tomcat 8.5

2018-07-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Laurie, On 7/23/18 12:25 PM, Laurie Miller-Cook wrote: > Hi there, > > I have an issue where we have multiple virtual hosts in separate > base directory's on a single Tomcat installation. If I need to > change something within server.xml I need

Re: Changing Sever.xml without restarting Tomcat 8.5

2018-07-23 Thread Dave Fisher
Hi - This is the way that Tomcat is. You should think about your configuration. In these days of cheap VMs why are you overloading so many web apps onto a single server? Are you able to create a farm of servers? In other words have two or more? If so then you have a frontend load balancer of

Re: Changing Sever.xml without restarting Tomcat 8.5

2018-07-23 Thread M. Manna
I am not sure if it's possible, and probably for a valid reasons. Server.xml is the mother of server container config and messing things up there means your servlet context/listeners etc. may need to be reconfigured. Without a heavily customised/rewritten version of tomcat config change listener,