使用钩子覆盖Liferay登录JSP



我正在尝试覆盖Liferay 6.1中的JSP,即html/portlet/login/login.jsp。

我有

created a hook (using Eclipse)
added <custom-jsp-dir>/custom_jsps</custom-jsp-dir> to liferay-hook.xml
created the abovementioned directory structure
copied login.jsp there and modified it
deployed the hook
(restarted the server, you never know...)

但是我看不到修改后的登录页面。我在哪里做错了。我对这个Liferay非常陌生。我对此感到非常困惑。任何人都可以告诉我我在哪里做错了。/p>

在liferay-portal-6.0.5

中实现钩子

上面的链接目标是为自定义登录页面创建挂钩的目标。希望这会有所帮助.. !!!

最新更新