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
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
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
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
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