> From: Richard Pless [mailto:rfpl...@gmail.com] > Subject: Problems installing Tomcat on Windows 2008
The error you're getting is typical of a mismatch between tomcat6.exe and the JVM. > Apache Tomcat v6.0.29 (64 bit) Verify that you actually do have the 64-bit version of Tomcat installed. The 64-bit tomcat6.exe is 78,336 bytes, the 32-bit one is 61,440 bytes. > JDK 6u22 (64 bit) Verify that the JVM you're referencing is 64-bit by doing: "c:\Program Files\Java\jdk1.6.0_22\bin\java" -version Verify that tomcat6w.exe shows the above JVM as the one being used by the service. > I have run Tomcat6 and service.bat from the command line. The service.bat script must be run as administrator - not just by a user with an account in the administrators group. (Thank you, Windows "security".) - 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