Reputation: 1578
I'm trying to override a JSP in Liferay 6.1, namely html/portlet/enterprise_admin/settings/authentication.jsp.
I have
<custom-jsp-dir>/WEB-INF/jsps</custom-jsp-dir>
to liferay-hook.xmlDeployment seems to work fine. On the server I now have authentication.jsp and authentication.portal.jsp and the former contains my changes.
However, I don't see any changes when I go Portal Settings -> Authentication
What am I missing?
Upvotes: 1
Views: 3503
Reputation: 2193
I guess the path is incorrect. The authentication.jsp's correct path is
/portal-web/docroot/html/portlet/portal_settings/authentication.jsp
I checked the source, and in Liferay 6.1, there is no portlet called enterprise admin.
So please change the folder structure.
Upvotes: 4