You're using a newer version (1.1) than the original poster, which is
good, 1.1 has better error messages.
Your exception is being thrown because the portlet application is not
configured correctly. Pluto uses cross context dispatching to invoke
portlets across web applications and it requires the PortletServlet to
be configured in teh web.xml and mapped to /PlutoInvoker/<name of portlet>.
Make sure this is setup correctly in your portlet app. If you need help
with it, check out the "pluto assembler" which can automate that
configuration for you (ant tasks and maven goals available).
David
Sujoy Mitra wrote:
Hello All,
I am trying to run the Pluto 1.1 inside RAD6.0 and it gives me the
following error
The source code is successfully compiled inside RAD6.0
javax.portlet.PortletException: Unable to locate request dispatcher for
context Default Web Application and portlet /PlutoInvoker/TestPortlet1.
Any ideas
Attached is the screen shot:
Thanks