Message Boards

User Admin Account Customization not working (com.liferay.users.admin.web)

Komal Prasad, modified 2 Years ago.

User Admin Account Customization not working (com.liferay.users.admin.web)

New Member Posts: 11 Join Date: 2/12/20 Recent Posts

Use Case:
I'm using IFrame to call the Account page to a Custom Site. Right now when I can the URL all the whole page comes into the frame which is wanted. Now I'm looking to edit this Account page and for this "com.liferay.users.admin.web" this is the jar file I have found, by editing in this jar file I'm able to customize the Account UI.

ISSUE:

I have customized the (com.liferay.users.admin.web) the jar file, it working on my local system but as I deploy on the production server nothing happing.
I have tested it on EC2 and docker on both it is not working, I have tried osgi/modules and osgi/marketplace/override. it is working on local machine but as I deploy this on EC2 or Docker container default UI is showing, all the customization is missing.

When I deploy the JAR file it stops and starts the portlet.

2021-05-20 13:05:45.142 INFO  [fileinstall-directory-watcher][BundleStartStopLogger:49] STOPPED com.liferay.users.admin.web_5.0.53 [798]

2021-05-20 13:05:45.644 INFO  [Refresh Thread: Equinox Container: 73db10aa-0cfa-4f5e-87a3-c1210e3e5109][BundleStartStopLogger:46] STARTED com.liferay.users.admin.web_5.0.53 [798]  

 

Environment (EC2 & Docker):
Unix or linux, OpenJDK (11), Liferay 7.3.6

Local Machine:
Window10, Oracle11, Liferay7.3.6

This the File Structure of -> com.liferay.users.admin.web

 

Kindly Let me know what exactly causing the issue