I am in an environment where I deploy tomcat via a script. Rather than keep two entire copies of Tomcat for 32- and 64-bit systems I have the complete 32-bit download plus the 64-bit tomcat6*.exe files. I'm upgrading from 6.0.20 to 6.0.35 and my usual procedure is to diff the 32- and 64-bit versions, which in the past has found only those differences (and tcnative-1.dll). This time, when diffing apache-tomcat-6.0.35-windows-x64 with apache-tomcat-6.0.35-windows-x86, I get only tomcat6.exe as different. The two versions of tomcat6w.exe are identical.
Is this correct?