how about you do it yourself, I assume that you launch your CGI script using 
Runtime.exec
in that case, use the method that 

http://java.sun.com/j2se/1.4.1/docs/api/java/lang/Runtime.html

take a look at

Runtime.exec(java.lang.String,java.lang.String[],java.io.File)

-----Original Message-----
From: Madere, Colin [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 05, 2003 8:44 AM
To: [EMAIL PROTECTED]
Subject: CGI environment vars


Tomcat 4.1.18 : UMN Mapserver CGI

I have a CGI which needs to see the "LD_LIBRARY_PATH" to get to shared
libraries to run.  However, I can't seem to get whatever shell that Tomcat
uses to run CGIs seeded with that variable.

I tried putting it in the "setenv.sh" which is checked for and used in
catalina.sh, but that doesn't seem to have any effect on CGIs.

Anyone have an idea?

Colin


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


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

Reply via email to