I was wondering if there was something of this sort that would work.  I saw
a reference to it.  I'll have to try that, but I think it might be just for
the servlet and not necessarily the env the CGI is executed in.

> -----Original Message-----
> From: Sean Dockery [SMTP:[EMAIL PROTECTED]]
> Sent: Wednesday, February 05, 2003 12:08 PM
> To:   Tomcat Users List
> Subject:      RE: CGI environment vars
> 
> Other possible solution attempts include an <env-entry/> tag in web.xml or
> 
> an <Environment/> tag in the server.xml.
> 
> At 10:43 2003-02-05 -0700, you wrote:
> >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;
> >
> >At 11:23 2003-02-05 -0600, you wrote:
> >>no no.. I'm using the CGI facility in Tomcat (see Tomcat docs).  There's
> a
> >>servlet set up to handle it already, and the CGI is getting executed but
> the
> >>logs show that it's getting an error loading ld.so because it can't find
> it
> >>(which is also the case when trying to run it in a shell without having
> >>LD_LIBRARY_PATH set appropriately).
> >>
> >> > -----Original Message-----
> >> > From: Filip Hanik [SMTP:[EMAIL PROTECTED]]
> >> > Sent: Wednesday, February 05, 2003 11:21 AM
> >> > To:   Tomcat Users List
> >> > Subject:      RE: CGI environment vars
> >> >
> >> > 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]
> >>
> >>---------------------------------------------------------------------
> >>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]
> 
> 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]

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

Reply via email to