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 these are not:

-Dfoo="bar bar"

Its shell's job to parse quotes, wildcards, etc.

You have to verify quotes/parameters handling on bare tomcat instance. Otherwise, you should raise a bug to maintainers of third party tool you use to manage tomcat with.

--
Mikolaj Rydzewski <m...@ceti.pl>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to