Hello Chuck, Thanks for helping me on the earlier occasion with my Tomcat. Now the issue is coming to haunt again as I am trying to use Tomcat to connect to Mysql database. I keep getting this error
java.lang.UnsatisfiedLinkError: C:\Program Files (x86)\apache-tomcat-7.0.35\bin\tcnative-1.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform Do I need to modify the JDK as it is saying or there is anyway around it ? Again thank you so much for the help and guidance. Thanks Tripti On Mon, Feb 4, 2013 at 12:05 PM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > 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 > >