Re: High Level question. Managing dynamic vhost deployments...

2012-04-27 Thread André Warnier
Dave Shevett wrote: Hey folks - I've gotten great help on the list before, I'm looking for some guidance on how to approach this... I have a hosted service that deploys / provisions vhosts running a prepackaged .war app. I'd like to be able to 'spin up' a vhost on the fly, without

Re: High Level question. Managing dynamic vhost deployments...

2012-04-27 Thread Dave Shevett
On 4/27/12 4:27 AM, André Warnier wrote: It seems that you have already most of the parts done, and are just missing the persistent part of the Host entries in server.xml. It would seem like a fairly easy task, with a bit of scripting, to have a template server.xml with some kind of an include

High Level question. Managing dynamic vhost deployments...

2012-04-26 Thread Dave Shevett
Hey folks - I've gotten great help on the list before, I'm looking for some guidance on how to approach this... I have a hosted service that deploys / provisions vhosts running a prepackaged .war app. I'd like to be able to 'spin up' a vhost on the fly, without restarting tomcat. What I'm

RE: High Level question. Managing dynamic vhost deployments...

2012-04-26 Thread Caldarale, Charles R
From: Dave Shevett [mailto:shev...@homeport.org] Subject: High Level question. Managing dynamic vhost deployments... I'd like to be able to 'spin up' a vhost on the fly, without restarting tomcat. Look at the host-manager (not the manager) webapp that comes bundled with real Tomcat

Re: High Level question. Managing dynamic vhost deployments...

2012-04-26 Thread Jordan Michaels
, Caldarale, Charles R wrote: From: Dave Shevett [mailto:shev...@homeport.org] Subject: High Level question. Managing dynamic vhost deployments... I'd like to be able to 'spin up' a vhost on the fly, without restarting tomcat. Look at the host-manager (not the manager) webapp that comes bundled