質問

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