Thats why its a System property. Its global to the JVM. If you want individual configuration options for your webapp then either:
- Place them in web.xml as init parameters
- Use JNDI and set the config items in server.xml (or appropriate)


-Tim

Olivier Jouny wrote:
Hi all,

The system properties seems to be global in the tomcat JVM which means that
a webapps can get the property of an other. This is annoying when you use two
different version of the same web app where properties have different value.


Is it a normal behavior ?

Thanks.
Olivier.


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



Reply via email to