David 
Yes the code for 1.1  is successfully compiled in RAD6.0

I am trying to run the portlets in websphere test environment inside 
RAD6.0 ( trying to integrate it with Websphere 6)
Here is the web.xml that I am using 





"David H. DeWolf" <[EMAIL PROTECTED]> 
02/09/2007 01:57 PM
Please respond to
[email protected]


To
[email protected]
cc

Subject
Re: error running portlet






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

Attachment: web.xml
Description: Binary data

Reply via email to