> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
> Subject: Tomcat Native library on java.library.path ?
> 
> Surely the Native library is the apache-tomcat-6.0.10\lib folder

Surely, it isn't.  As Len pointed out, it's the bin directory.

> and surely the java.library.path refers to PATH.

By default, but only on a Windows platform; on UNIX or Linux systems,
the LD_LIBRARY_PATH environment variable is used instead.  On any kind
of platform, setting the system property on the command line overrides
or extends the value from the environment variable.

> So what library needs to be added where?

Since you're running on Windows, the native library is available already
compiled and linked, as noted in the APR doc:
http://tomcat.apache.org/tomcat-6.0-doc/apr.html

In case you miss the link to the download site, it's here:
http://tomcat.heanet.ie/native/

Just put the .dll into Tomcat's bin directory.

 - Chuck

P.S. You work for Sun and you're using Windows?


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to