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]

Would it be feasable to modify JServ to copy ALL the enviroment variables
to the JVM by default?  Would eliminate alot of headache....



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