Can't install Tomcat 7 as a Service in Windows

后端 未结 4 649
旧时难觅i
旧时难觅i 2021-01-06 16:50

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

4条回答
  •  爱一瞬间的悲伤
    2021-01-06 16:56

    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.

提交回复
热议问题