----- Original Message -----

> From: Christopher Schultz <ch...@christopherschultz.net>
> To: Tomcat Users List <users@tomcat.apache.org>
> Cc: 
> Sent: Thursday, December 22, 2011 2:34 PM
> Subject: Re: [OT] Hosted environment
> 
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Mark,
> 
> On 12/22/11 1:28 PM, Mark Eggers wrote:
>>  It's the setup I use because it cleanly decouples everything
>>  (Apache HTTPD configurations, pristine CATALINA_HOME, default
>>  Tomcat applications for connectivity / service testing, and an easy
>>  upgrade path). I'm toying around with a script that will automate
>>  the entire installation, but I've not reached that pain point yet.
> 
> I use a set of ant scripts across all our projects that builds a
> CATALINA_BASE from a CATALINA_HOME and then builds the webapp into it,
> re-writing the server.xml contents (part of the project, not from
> CATALINA_HOME) to suit. We use this to allow multiple developers to
> work on the same machine with multiple separate Tomcat/JVM
> combinations for each webapp.
> 
> I'd be happy to show you what we're doing if you're interested.
> 
> - -chris
>

Chris,

That would be great!

I can chop out the application build, and then use it just for infrastructure 
builds.

I was thinking about writing bash shell scripts, but that's not portable across 
all platforms (unless you install cygwin). Also the people I work with are 
reasonably comfortable with ant.

Thanks again,
Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to