On Wed, Apr 2, 2008 at 6:37 PM, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > > 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(). >
Wonderful, Thank you very much Chuck. > 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] > > -- Cheers, Maxim Veksler "Free as in Freedom" - Do u GNU ? --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]