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=642391&view=rev
A fix has also been proposed for 5.5.x
http://people.apache.org/~mar
> 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 li
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.
> 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 "
Hi,
I'm getting this error when trying to use CGI under tomcat on Windows
Server 2008":
javax.servlet.ServletException: Unable to read shell environment variables
This line also displays:
Cannot run program "env": CreateProcess error=2,
It looks like getShellEnvironm