Struts and application properties

From: Karsten (k_krieg_at_web.de)
Date: 03/31/04


Date: 31 Mar 2004 06:22:50 -0800

Hi group!

I'd like to get advise on the following topic:

I'm developing a web application using struts 1.1. This application
needs to be configured depending on its deployment location. Some
parameters to set are JDBC params, paths to data files etc. These
parameters are not used for starting the application, they are however
accessed at runtime.

What is the recommended way to do that? I don't want to tweak the
message resources and so far I didn't have any success using the
ApplicationResources file.

Bear in mind, I'm a relative newbie, so any light shed on this issue
would be helpful.

Thanks alot
Karsten