> From: Scott Cowley [mailto:[EMAIL PROTECTED] 
> Subject: RE: Datasource following appBase changes
> 
> I was hoping I could put two subdirectories, "Development" 
> and "Production", below the appBase and have Tomcat serve
> out of them.

Most people run separate instances of Tomcat for this purpose, since
they don't want to risk any chance of a wayward development app
impacting the production environment.  If you really want to run both
under the same Tomcat, consider using virtual hosts to separate
production and development, with each <Host> element having its own
appBase.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to