how to run web application in different modes like test, production

2003-08-04 Thread Astrid Wagner
Hi all,
I have a web application that runs -depending on the content of a 
property file - in different
modes. But the application can only run in either one of these modes at 
a time.
I want to be able to run the web application in serveral modes at the 
same time
(e.g to test different DBs, email flows etc).
What is the best way to accomplish that ?
Thanks for you ideas.
Astrid

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: how to run web application in different modes like test, production

2003-08-04 Thread Shapira, Yoav

Howdy,
You could  have different tomcat instances, each with a copy of the app
that has different property file settings.  Or you could deploy the app
multiple times with different names to one tomcat instance (e.g.
webapps/MyApp-Test, webapp/MyApp-Dev) etc.


Yoav Shapira
Millennium ChemInformatics


-Original Message-
From: Astrid Wagner [mailto:[EMAIL PROTECTED]
Sent: Monday, August 04, 2003 10:33 AM
To: [EMAIL PROTECTED]
Subject: how to run web application in different modes like test,
production

Hi all,
I have a web application that runs -depending on the content of a
property file - in different
modes. But the application can only run in either one of these modes at
a time.
I want to be able to run the web application in serveral modes at the
same time
(e.g to test different DBs, email flows etc).
What is the best way to accomplish that ?
Thanks for you ideas.
Astrid


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]