> From: Tripti Mehta [mailto:mehtatript...@gmail.com] 
> Subject: Severe Errrors encountered in Tomcat when running a Struts2 
> project...

> java.lang.UnsatisfiedLinkError: C:\Program Files (x86)\
> apache-tomcat-7.0.35\bin\tcnative-1.dll: Can't load AMD 64-bit .dll
> on a IA 32-bit platform.

You appear to be running a 32-bit JVM, so you need the 32-bit version of 
tcnative-1.dll.  You could simply comment out the <Listener> for 
AprLifecycleListener in conf/server.xml, or change the name of tcnative-1.dll 
to something not ending in .dll, since the rest of Tomcat is 32- and 64-bit 
agnostic.

 - 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 unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to