Re: Different handling of -Dfoo="bar" between versions

2013-10-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 André, On 10/3/13 4:03 PM, André Warnier wrote: > I think that the basic misunderstanding here is simply this : The > executable program that is being launched by the above > command-line is not Tomcat. It is "/usr/lib/jvm/jre/bin/java". > > All th

Re: Different handling of -Dfoo="bar" between versions

2013-10-03 Thread André Warnier
guity. Thanks for the help. Steve -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Thursday, October 03, 2013 4:25 PM To: Tomcat Users List Subject: Re: Different handling of -Dfoo="bar" between versions Steve, On 10/3/13 11:12 AM, Steve Arc

RE: Different handling of -Dfoo="bar" between versions

2013-10-03 Thread Steve Arch (sarch)
Steve Arch (sarch); Tomcat Users List Subject: Re: Different handling of -Dfoo="bar" between versions Steve, Please post-back to the list instead of individual members of the community. The Tomcat users' list isn't a place to get hooked-up with people who can help you... it's

Re: Different handling of -Dfoo="bar" between versions

2013-10-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Steve, Please post-back to the list instead of individual members of the community. The Tomcat users' list isn't a place to get hooked-up with people who can help you... it's to get help from the community. By replying to me privately you are 1) rob

Re: Different handling of -Dfoo="bar" between versions

2013-10-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Steve, (Bringing your reply back on-list.) On 10/3/13 11:40 AM, Steve Arch (sarch) wrote: > I trimmed the running process line to strip out our private stuff > (like our AWS keys!) and must have snipped out the logging > parameters too. As I said,

RE: Different handling of -Dfoo="bar" between versions

2013-10-03 Thread Steve Arch (sarch)
Steve -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Thursday, October 03, 2013 4:25 PM To: Tomcat Users List Subject: Re: Different handling of -Dfoo="bar" between versions Steve, On 10/3/13 11:12 AM, Steve Arch (sarch) wrote: >>&

Re: Different handling of -Dfoo="bar" between versions

2013-10-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Steve, On 10/3/13 11:12 AM, Steve Arch (sarch) wrote: >>> AWS's tools pass the values to tomcat. > >> This is not an adequate description. Tomcat must be launched by >> some mechanism, such as the java executable, JSVC service >> wrapper, class lo

RE: Different handling of -Dfoo="bar" between versions

2013-10-03 Thread Steve Arch (sarch)
>> AWS's tools pass the values to tomcat. >This is not an adequate description. Tomcat must be launched by some >mechanism, such as the java executable, JSVC service wrapper, class loading >from some already >running Java application, etc. What's being used here? OK, in this case 'magic' is b

RE: Different handling of -Dfoo="bar" between versions

2013-10-03 Thread Caldarale, Charles R
> From: Steve Arch (sarch) [mailto:sa...@cisco.com] > Subject: RE: Different handling of -Dfoo="bar" between versions > AWS's tools pass the values to tomcat. This is not an adequate description. Tomcat must be launched by some mechanism, such as the java executab

RE: Different handling of -Dfoo="bar" between versions

2013-10-03 Thread Steve Arch (sarch)
nged. -Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Thursday, October 03, 2013 3:44 PM To: Tomcat Users List Subject: RE: Different handling of -Dfoo="bar" between versions > From: Steve Arch (sarch) [mailto:sa...@cisco.com] > Subject: Diff

RE: Different handling of -Dfoo="bar" between versions

2013-10-03 Thread Caldarale, Charles R
> From: Steve Arch (sarch) [mailto:sa...@cisco.com] > Subject: Different handling of -Dfoo="bar" between versions > I've noticed the following disparity between using two different > versions of Tomcat when setting system properties using -D. On the face of it, th

RE: Different handling of -Dfoo="bar" between versions

2013-10-03 Thread Steve Arch (sarch)
OK, thanks. Bug has been raised with AWS: https://forums.aws.amazon.com/message.jspa?messageID=492286#492286 -Original Message- From: Mikolaj Rydzewski [mailto:m...@ceti.pl] Sent: Thursday, October 03, 2013 3:29 PM To: Tomcat Users List Subject: Re: Different handling of -Dfoo=&quo

Re: Different handling of -Dfoo="bar" between versions

2013-10-03 Thread Mikolaj Rydzewski
On 03.10.2013 16:21, Steve Arch (sarch) wrote: If I pass in -Dfoo="bar" into Tomcat, and then look up the value of I believe, that one has to use quotes in command line parameters to surround whole parameter, not only its part. Thus following are correct: "-Dfoo=bar" "-Dfoo=bar bar" while

Different handling of -Dfoo="bar" between versions

2013-10-03 Thread Steve Arch (sarch)
I've noticed the following disparity between using two different versions of Tomcat when setting system properties using -D. If I pass in -Dfoo="bar" into Tomcat, and then look up the value of the 'foo' system property, I get different results depending on which version of Tomcat I use. Tomcat 7