I am migration my glassfish struts 2 based application to Tomcat 7.055. I am coming across 2 issues, first one is below exception while starting Tomcat
java.lang.UnsatisfiedLinkError: C:\Apache Software Foundation\apache-tomcat-7.0.55\bin\tcnative-1.dll: Can't load IA 64-bit .dll on a AMD 64-bit platform these are java information, Using CATALINA_BASE: "C:\Apache Software Foundation\apache-tomcat-7.0.55" Using CATALINA_HOME: "C:\Apache Software Foundation\apache-tomcat-7.0.55" Using CATALINA_TMPDIR: "C:\Apache Software Foundation\apache-tomcat-7.0.55\temp" Using JRE_HOME: "C:\Program Files\Java\jdk1.7.0_13" Though the server starts and I can access the home page, but it seems like struts.xml file is getting ignored and i am getting 404 for all jsp which are under web-inf. Is their any migration guide from glassfish 4x to Tomcat ? I was thinking that copying struts.xml to config directory and setting dispatcher servlet should be sufficient.I am missing anything here.