On 14/12/2009 16:21, Mario Splivalo wrote:
Is there a way to 'parametrize' context.xml, for instance, in a manner
one can 'parametrize' build.xml?

For some webapplication in context.xml one puts, for instance, JDBC
specific stuff. But, several developers can have different 'properties'
for the database (different user accounts, and so on).

Is there a way to parametrize those somehow, or each developer need to
have separate context.xml?

Despite the other helpful answers, I'm going to try a different tack.

If each developer needs the web app to behave differently, then each developer will need their own version.

In order to apply different settings, such as a DB user, one would need to restart the application - thus breaking it for other developers.


p


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



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

Reply via email to