Re: Virtual host configuration - best practise?

2009-09-25 Thread hepabolu
awarnier wrote: > > hepabolu wrote: > ... > >> However, from the Tomcat docs I understand that any change to server.xml >> requires a restart of Tomcat which would mean that the existing >> (non-dummy) >> hosts which are already in production, i.e. up and ru

RE: Virtual host configuration - best practise?

2009-09-20 Thread hepabolu
Caldarale, Charles R wrote: > >> From: hepabolu [mailto:hepab...@gmail.com] >> Subject: Re: Virtual host configuration - best practise? >> >> Somebody suggested using the host manager, but from the Tomcat docs I >> understand that the host manager is in

Re: Virtual host configuration - best practise?

2009-09-19 Thread hepabolu
Hi, Christopher Schultz-2 wrote: > > It's been demonstrated that you can use the XML parser to include one > XML file in another file (say, include myhosts.xml from server.xml). > Given that, you could have a process whereby you update Tomcat > on-the-fly, but also modify the myhosts.xml file a

RE: Virtual host configuration - best practise?

2009-09-18 Thread hepabolu
George Sexton wrote: > > > Another way of getting there is scripting commands to the Tomcat Host > Manager application. You can deploy the new hosts on the fly. It's pretty > straight forward. > > The downside to this approach, and probably JMX as well is that it doesn't > update server.xml a

Virtual host configuration - best practise?

2009-09-18 Thread hepabolu
Hi, I need to create the following situation: - each client uses a war (all use the same war file) with configuration files that are different for every client - each client's configuration should be addressable by a different URL, e.g. domainX, domainY So in Tomcat 5.5 I created a Host entry f