Message Boards

liferay buttons

David Gitonga, modified 9 Years ago.

liferay buttons

Junior Member Posts: 63 Join Date: 7/26/13 Recent Posts
Hi Guys,

I have this weird problem, and am out of options.
I have a portlets that are working as expected, but when i connect the server to my client network,
the application is loading as expected but none of the button is opening page, e.g. Add Client does not open add-client page its reloading the current page,
when i use URL as localhost:8080 buttons are working but the problem is when i use IP, e.g. 192.168.1.22:8080 none of the button is working,
I can access site from remote machine but buttons won't work because am using IP to access the server.

The application is working with IP address in my network. could problem be with my client network?
though am not a network guy.

Help me out with ideas.
Sharad Sinha, modified 9 Years ago.

RE: liferay buttons

Junior Member Posts: 44 Join Date: 3/8/13 Recent Posts
Hi David,

Can you check in firebug what is hapening when you are clicking on buttons? If you are performing action using any external script then it is possible that script is not loading properly.
David Gitonga, modified 9 Years ago.

RE: liferay buttons

Junior Member Posts: 63 Join Date: 7/26/13 Recent Posts
Hi Sharad Sinha,
Thank you for your reply.

I have resolved the problem by adding this lines in portal.ext file
redirect.url.security.mode=ip
redirect.url.ips.allowed=127.0.0.1,my_server_ip