0

I have a liferay java portlet, I want to make it WSRP enabled. Is there any specific configuration files that I have to include apart from the tag true in liferay-portlet.xml

Any pointers would be helpful.

Thanks,Lokn

Lokn
  • 421
  • 4
  • 17

1 Answers1

0

Adding the tag to liferay-portlet.xml is only part of the solution. For everything to work correctly so your own portlet will be available remotely via WSRP you need to follow these instructions: WSRP guide.

This basically comes down to:

  • Install the WSRP plugin
  • Add producers
  • Enable WSRP for custom portlets that you want to configure as a producer
fimez
  • 408
  • 3
  • 14
  • thanks for the answer. We are planning to use the websphere to deploy the ear file, Is there any code changes that I have to do any additional config files that I need to add? – Lokn Aug 14 '12 at 13:53
  • I've only installed Liferay on Tomcat, JBoss and Glassfish, so I can't really comment on that except to follow the WebSphere section in the installation guide as it has worked well for me for the other servers: http://www.liferay.com/documentation/liferay-portal/6.1/user-guide/-/ai/installing-liferay-on-an-existing-application-server – fimez Aug 14 '12 at 15:14