留言板

liferay on tomcat

kahina akkouche,修改在9 年前。

liferay on tomcat

New Member 发布: 1 加入日期: 15-3-4 最近的帖子
Hello,

I juste installed liferay 6.2 on tomcat 7 with postgres 8.4.

I configured the file portal-ext.properties As follows :

admin.email.from.name=Admin
liferay.home=/opt/vol01/tomcat
admin.email.from.address=kahina.akkouche@kgroup.com
setup.wizard.enabled=false
# DB
jdbc.default.driverClassName=org.postgresql.Driver
jdbc.default.username=liferay
jdbc.default.password=****!
jdbc.default.url=jdbc:postgresql://spark-portail-base:5432/liferay

the database has been completed



liferay=> SELECT passwordencrypted, password_, emailaddress, passwordreset , status from user_;
passwordencrypted | password_ | emailaddress | passwordreset | status
-------------------+-----------+---------------------+---------------+--------
f | password | default@liferay.com | f | 0
f | test | test@liferay.com | f | 0


but,

when I connect to the portal, with the account test@liferay.com pwd test, nothing happens, I see no request from the liferay portal to the postgres database and not the side portal logs, so I do not get connected to the portal.

What can i do, I want to install liferay 6.2 on tomcat with postgres.

Thanks,

Kahina