Exception looking up UserDatabase under key UserDatabase

阅读更多

错误提示:1)LifecycleException:  No UserDatabase component found under key UserDatabase

2) Exception looking up UserDatabase under key UserDatabase

 

解决方案:

1) 修改tomcat下cofig文件夹的权限,去除只读属性。

2)server.xml中缺少或者关键代码被删除,

                 type="org.apache.catalina.UserDatabase"

                description="User database that can be updated and saved"

                factory="org.apache.catalina.users.MemoryUserDatabaseFactory"

               pathname="conf/tomcat-users.xml" />

 

 

我是配置数据源的时候,直接将这段代码覆盖导致上述错误!! 1)的解决方案没试出效果!

你可能感兴趣的:(UP,Tomcat,Apache,XML)