So...  You are *exporting* the variable after declaring it?

At 13:07 2003-02-05 -0600, you wrote:
Already tried this and it didn't work.  Both in the setenv.sh (checked for
and read by catalina.sh) and startup.sh.  It seems that's for the Tomcat
running environment but is not transferred to the CGIServlet's exec
environment.

> -----Original Message-----
> From: Sean Dockery [SMTP:[EMAIL PROTECTED]]
> Sent: Wednesday, February 05, 2003 11:44 AM
> To:   Tomcat Users List
> Subject:      RE: CGI environment vars
>
> What about setting the variable yourself in the catalina.sh script?  If
> that doesn't work, make sure that the variable is exported (so that it
> remains in the super shell when the sub shell exits).  Example:
>
> LD_LIBRARY_PATH=.../.../ld.so; export LD_LIBRARY_PATH;
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Sean Dockery
[EMAIL PROTECTED]
Certified Java Web Component Developer
Certified Delphi Programmer
SBD Consultants
http://www.sbdconsultants.com



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to