icke
icke

Reputation: 1578

Overriding Liferay JSP using a hook

I'm trying to override a JSP in Liferay 6.1, namely html/portlet/enterprise_admin/settings/authentication.jsp.

I have

Deployment 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

Answers (1)

Felix Christy
Felix Christy

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

Related Questions