Tomcat: LifecycleException when deploying

后端 未结 15 868
我在风中等你
我在风中等你 2020-11-30 09:35

I just downloaded the Tomcat 7.0.23 package on my Ubuntu 11.10.

I followed the instructions on a Google API website to deploy their example webapp. It basically con

15条回答
  •  既然无缘
    2020-11-30 10:06

    Might be super trivial but worth a check prior to waste some time.

    At my case the mysql service was down.

    When you have a java app including JPA / Hibernate it is checking the database connection on startup. Just found out by looking into the looks where it had an entity manager error.

提交回复
热议问题