I\'m trying to install tomcat as a service in Windows Server 2008.
I searched in stackoverflow and can\'t find any answer to this problem, i can see other related qu
This is because your JDK / Java runtime environment and Your Tomcat installation are not matching. Both must be either 32 bit or 64 bit.
Step 1: Uninstall your Apache Tomcat. Step 2: Uninstall your java and jdk.
Step 2: Download same architectural installation.
step 3: Reinstall both.
This will solve your problem.