As far as I know Vista x64 does not run on an ItaniumPerhaps you instead
wanted amd64

Regards,

Serge Fonville

On Thu, Nov 6, 2008 at 9:07 AM, zmeeagain <[EMAIL PROTECTED]> wrote:

>
> I too had and still have the same problem:
>
> 6 Nov 2008 9:48:57 am org.apache.catalina.core.AprLifecycleListener init
> INFO: The APR based Apache Tomcat Native library which allows optimal
> performance in production environments was not found on the
> java.library.path: C:\Program
>
> Files\Java\jdk1.6.0_07\bin;.;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows[...]
>
> I am using Vista 64bit on 64bit Intel, and a 64bit JDK (C:\Program
> Files\Java\jdk1.6.0_07\). I have downloaded both openssl.exe and
> tcnative-1.dll from
> http://tomcat.heanet.ie/native/1.1.9/binaries/win64/ia64/ (supposedly the
> correct version?) and saved them in C:\Program Files\Java\jdk1.6.0_07\bin\
> but Tomcat keeps complaining... I have run out of ideas.
>
>
> Brian Clark-10 wrote:
> >
> > Thanks for the suggestions. I just re-downloaded the file and now it
> > works. I guess it was corrupted during the original download or
> something.
> > Go figure.
> >
> > Brian
> >
> >
> >
> > ----- Original Message ----
> > From: "Caldarale, Charles R" <[EMAIL PROTECTED]>
> > To: Tomcat Users List <users@tomcat.apache.org>
> > Sent: Tuesday, September 2, 2008 7:19:32 PM
> > Subject: RE: Tomcat Native library for Windows
> >
> >> From: Brian Clark [mailto:[EMAIL PROTECTED]
> >> Subject: Re: Tomcat Native library for Windows
> >>
> >> Hmmm...on Windows, what is the difference between
> >> java.library.path and the Windows environmental variable PATH?
> >
> > By default, none.
> >
> >> I have my Java Classpath set to this, which contains
> >> my bootstrap.jar.
> >
> > Hopefully that's what shows in the tomcat6w.exe program, not something
> > you're setting in the system environment variables.  (If you do have a
> > CLASSPATH environment variable, get rid of it - it will only break
> > things.)
> >
> >> Should I just set, via JAVA_OPTS, my java.library.path to the
> >> same directory, since that's where I put my tcnative-1.dll file?
> >> -Djava.library.path=C:\Program Files\Apache Software
> >> Foundation\Tomcat 6.0\bin
> >
> > Don't bother, the JVM is already looking there, as shown by the INFO
> > message.
> >
> >> I don't want to break anything. Setting the java.library.path
> >> won't make Tomcat stop looking at other libraries in other
> >> locations (like the built-in /lib directory) will it?
> >
> > No, it won't break anything, but it's also not going to make it work.
>  The
> > java.library.path is used for native library DLLs only, not for classes.
> >
> > Check for ownership and access permissions on the file - insure that the
> > account the Tomcat service is running under can access the DLL.
> >
> > By any chance, is this a 64-bit version of Windows Server?  If so, and
> > you're using a 64-bit JVM, you'll need the 64-bit version of the DLL.
> >
> > - Chuck
> >
> >
> > 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]
> >
> >
> >
> >
>
> --
> View this message in context:
> http://www.nabble.com/Tomcat-Native-library-for-Windows-tp19279526p20356642.html
> Sent from the Tomcat - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> 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