Ingo Siebert wrote:
I have to find a good solution for the configuration of my web application.

Right now, i have a configuration file in my WAR.
But I think it's not the best solution, because
 - I can't the change the config before deployment
 - a redeployment of a new WAR replaces my changes
I'd use JNDI to store either configuration data itself, or a pointer to such data (e.g. full path to filename with configuration data). You configure it at container level, so it's portable, it doesn't interfere with other webapps, and works.

--
Mikolaj Rydzewski <[EMAIL PROTECTED]>


---------------------------------------------------------------------
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