문제

I have a setup liferay6.06 version in my ubuntu system, its working fine, I am using the mysql database,before changing database password its working fine, after that I have changed database password,i have updated the changed password in portal.properties,while starting the tomcat server it is not connecting to the database and server is started. while accessing url iam getting 404 error. what are the places i need to update the changed password in liferay 6.06?

도움이 되었습니까?

해결책

You need to create portal-ext.properties file inside classes folder and add following lines.

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top