Re: Unable to read shell environment variables

2008-03-28 Thread Mark Thomas
Patrick Lee wrote: Does anyone know if this has been fixed in a newer 6 release or if someone is already looking at it? I have just fixed trunk and proposed this fix for 6.0.x. http://svn.apache.org/viewvc?rev=642391view=rev A fix has also been proposed for 5.5.x

Re: Unable to read shell environment variables

2008-03-26 Thread Patrick Lee
On Fri, Feb 29, 2008 at 2:23 PM, Caldarale, Charles R [EMAIL PROTECTED] wrote: When running a Java program under Win2008, what value does the system property os.name have? windows vista What JVM version are you running? (This has the potential of being a JVM, not Tomcat, problem. The

RE: Unable to read shell environment variables

2008-03-26 Thread Caldarale, Charles R
From: Patrick Lee [mailto:[EMAIL PROTECTED] Subject: Re: Unable to read shell environment variables In the code for CGIServelet.java there is no check for windows vista As a workaround until this gets fixed, you can override the os.name property on the command line (or in the Java tab

RE: Unable to read shell environment variables

2008-02-28 Thread Caldarale, Charles R
From: Patrick Lee [mailto:[EMAIL PROTECTED] Subject: Unable to read shell environment variables It looks like getShellEnvironment() is testing for specific versions of Windows and 2008 is not one of them, then defaulting to the unix call and throwing the Cannot run program env error. When