Tomcat: LifecycleException when deploying

后端 未结 15 862
我在风中等你
我在风中等你 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

    I done in same way and its working now. Actually web.xml file having wrong url-pattern. you can remove one url-pattern either annotation form servlet or web.xml.It worked for me.

提交回复
热议问题