> wrapper.env.copy=PATH
> wrapper.env.copy=LIB
> wrapper.env.copy=INCLUDE
>
> etc. in jserv.properties. And please let me know if you get it to work,
> as I am working on a similar problem.
Burt, I have explained to you (multiple times now) that the environment
variable that you need is the LD_LIBRARY_PATH and not any of the above
(other than PATH). On top of it, you need to make sure that that environment
variable is properly set by the userid that whomever has started the Java
JVM process is running under.
That is why it isn't working and that is why you are still struggling after
all this time.
-jon
-- --------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
READ THE FAQ!!!! <http://java.apache.org/faq/>
Archives and Other: <http://java.apache.org/main/mail.html/>
Problems?: [EMAIL PROTECTED]