作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我在ubuntu系统中安装了liferay6.06版本,它工作正常,我使用mysql数据库,在更改数据库密码之前工作正常,之后我更改了数据库密码,我已将更改后的密码更新为Portal.properties,启动 tomcat 服务器时,它没有连接到数据库,并且服务器已启动。访问 url 时出现 404 错误。 liferay 6.06 中哪些地方需要更新更改后的密码?
最佳答案
您需要在classes文件夹中创建portal-ext.properties文件并添加以下行。
jdbc.default.driverClassName=com.mysql.jdbc.Driver
jdbc.default.url=jdbc:mysql://localhost/lportal?useUnicode=true&characterEncoding=UTF-8&useFastDateParsing=false
jdbc.default.username=
jdbc.default.password=
HTH
关于java - 如何在Liferay 6.06中更新更改数据库密码?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23420954/
我是一名优秀的程序员,十分优秀!