> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf > Of Maxim Veksler > Subject: Command line parameters inside webapps ? > > Something of the "-Dsomeparameter=somevalue"
Any system property (a -D setting) can be read by any Java method, unless not prohibited by security settings (extremely rare); use System.getProperty() to do so. If you want to access environment variables, use System.getenv(). This is basic Java, nothing to do with Tomcat. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]