Foros de discusión

Help getting "hot deploy" working.

kian yeylaghi, modificado hace 10 años.

Help getting "hot deploy" working.

New Member Mensajes: 2 Fecha de incorporación: 27/06/13 Mensajes recientes
Hello, i am still new to liferay, I think it's an awesome portlet.

Unfortunately my hot deploy folder is not working, in liferay 6.1 CE. All im trying to do is get the market place working. I downloaded the .war file and placed it in the "/liferay-portal-src-6.1.1-ce-ga2/deploy" folder, restart tomcat and then nothing. I am currently running this on CentOS 6.4 Final. I am hoping it is something small that i just over looked.

My current portal-ext.properties are
auto.deploy.enabled=true
auto.deploy.deploy.dir=/liferay-portal-src-6.1.1-ce-ga2/deploy


open.id.auth.enabled=true
jdbc.default.jndi.name=

jdbc.default.driverClassName=com.mysql.jdbc.Driver
jdbc.default.url=jdbc:mysql://localhost/lportal?useUnicode=true&characterEncodi$
jdbc.default.username=
jdbc.default.password=


I also cannot upload a plugin manually under Plugins Installation.

Any help would be greatly appreciated
Kian Y
thumbnail
Manish Yadav, modificado hace 10 años.

RE: Help getting "hot deploy" working.

Expert Mensajes: 493 Fecha de incorporación: 26/05/12 Mensajes recientes
First of all you have mention wrong path in portal-ext.properties for auto.deploy.deploy.dir= your path is pointing to liferay SRC instead of LR Server
Second you have to mention full path of deploy folder
Third Check once your log file. Might be chance of war file has been blacklisted by your LR server.

Regards
Manish Banwari Lal Yadav
kian yeylaghi, modificado hace 10 años.

RE: Help getting "hot deploy" working.

New Member Mensajes: 2 Fecha de incorporación: 27/06/13 Mensajes recientes
Thank you for your quick responce. I got it working, the correct directory for my instance was " /usr/share/deploy/ " and is now working flawlessley. I have been on countless websites trying to figure out the right answer.