On May 1, 2007, at 9:08 AM, Henock Gashaw wrote:

I have Jetspeed 2 portal with a couple of petstore
portlets. I would like to forward the user to the
jetspeed's LoginPortlet (login/login.psml) instead of
the portlet's own login page.

To do that, I replaced the link in the petstore
portlet's struts-config.xml file from:
    <forward name="signon"
path="/shop/signonForm.shtml"/>
to
    <forward name="signon" path="/login"/>

They are different webapps, you will need to forward on to the / jetspeed context

This does not work - "The requested resource
(/jpetstore/login) is not available".

Could you please tell me why? Do I need to set up
something in the web.xml or is the link supposed to be
different?


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to