Yes. System properties are set for the JVM not each individual web application.
http://java.sun.com/docs/books/tutorial/essential/system/properties.html If you require properties specific to your web application, you should use Servlet initialization parameters or ServletContext Initialization parameters. Andy -----Original Message----- From: Olivier Jouny [mailto:[EMAIL PROTECTED] Sent: 22 July 2003 10:28 To: [EMAIL PROTECTED] Subject: Tomcat and system properties 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. _________________________________________________________________ MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*. http://join.msn.com/?page=features/virus --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
