Luke Cassady-Dorion wrote:
> thnx! i actually set wrapper.enc.copyall=true and i was able to make the
> connections.
>
> runs much faster than jws!
>
> Burt Alexander wrote:
> >
> > 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]
>
> -- --------------------------------------------------------------
> 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]
You've got better eyes than I!
Is there a reason that this variable is set to false? Should the default be
true? Cause chances are, by the time you install JServ on your server, the
server's configuration is pretty much solid.
-- --------------------------------------------------------------
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]