留言板

theme war deploy issue

a g,修改在7 年前。

theme war deploy issue

Expert 帖子: 442 加入日期: 12-3-2 最近的帖子
Hi,

I deploy the theme war file into the deploy folder in production box(Linux) and liferay-ce-portal-7.0-ga3. After I deploy I saw the error in the log.
its says that "
ERROR [com.liferay.portal.kernel.deploy.auto.AutoDeployScanner][AutoDeployDir:234] Unable to write xxx-theme.war".


so I shutdown and restart the tomcat server and its working fine.

But my question: is any way without restart the tomcat server the theme war file should deploy.


please help me

Thank you.
thumbnail
David H Nebinger,修改在7 年前。

RE: theme war deploy issue

Liferay Legend 帖子: 14919 加入日期: 06-9-2 最近的帖子
The "unable to write" points to some sort of permissions issue, whatever user is running tomcat does not have permissions to read/write one of the files or directories that it needs to.
a g,修改在7 年前。

RE: theme war deploy issue

Expert 帖子: 442 加入日期: 12-3-2 最近的帖子
Thank you sir.