Hi all,

if you have tomcat running as service under windows nt, 2000, etc and want
tomcat to pass parameters to the jvm then use the field     'JVM Option
Number <n>'

in the registry's

HKEY_LOCAL_MACHINE/System/CurrentControlSet/Services/Apache
Tomcat/Parameters

do not forget to increase the value of the field 'JVM Option Count'

Josef



----- Original Message -----
From: "Josef Buscher" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>
Sent: Monday, June 24, 2002 1:43 PM
Subject: Re: native library not found


> Hi,
> thanks for the hint.
> it works well when tomcat is started via catalina 'start'  but fails when
> tomcat runs as a service on win2000 (what it actually should)
>
> Josef
>
>
> ----- Original Message -----
> From: "Ralph Einfeldt" <[EMAIL PROTECTED]>
> To: "Tomcat Users List" <[EMAIL PROTECTED]>
> Sent: Monday, June 24, 2002 11:32 AM
> Subject: AW: native library not found
>
>
> java.library.path is a system property.
>
> This can either be set through System.setProperty()
> or at startup of java with -Djava.library.path=<path>.
> To achive this for tomcat you can set it through the
> environment variable JAVA_OPTS. (Have a look at
> catalina.bat)
>
> > -----Ursprüngliche Nachricht-----
> > Von: Josef Buscher [mailto:[EMAIL PROTECTED]]
> > Gesendet: Montag, 24. Juni 2002 11:17
> > An: [EMAIL PROTECTED]
> > Betreff: native library not found
> >
> > where PFactory is the name of the library.
> > Does anyone know where to set java.library.path ?
> >
>
> --
> To unsubscribe, e-mail:
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
>
>
>
>
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
>
>


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

Reply via email to