Luke Cassady-Dorion wrote:

> i'm using apache and jserv on nt as part of a migration from java web
> server nt to apache linux project. if i first prove that our stuff will
> run faster on apache, it should be ease enough move everything to apache
> linux ...
>
> we are using the weblogic type 2 jdbc drivers, which depend on the
> installation of native code on the machine. it seems that apache does
> not recognize the system PATH environment variable when looking for
> DLLs, and only looks in its local directory. is there any way to expand
> the list of directories in which apache looks for DLLs called by the
> Java code?
>
> thnx.
>
>         - luke
>
> -- --------------------------------------------------------------
> 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]

try the property

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.



-- --------------------------------------------------------------
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]

Reply via email to