yeah. my custom project works fine in tomcat.

i custom project init created like jetexpress custom project, then, i added our 
custom portlets.

deploy step according to websphere deploy guide:
http://portals.apache.org/jetspeed-2/deployguide/deploying-jetspeed-to-websphere.html
 


2011-01-03 



Robin 


发件人: David Taylor 
发送时间: 2011-01-01  02:54:26 
收件人: Jetspeed Users List 
抄送: 
主题: Re: Re: Open home page error on WAS 6.1 with jetspeed 2.2.1 
 
On Fri, Dec 31, 2010 at 1:48 AM, robin <[email protected]> wrote:
>
> Hi David
>
>   i find find error message in jetspeed log:
>
>
> 31.12.2010 17:31:11 ERROR 
> [org.apache.jetspeed.aggregator.impl.RenderingJobImpl.execute():194] Error 
> rendering portlet OID template-top2__template-admin__jstbRight
> javax.portlet.PortletException: Layout type not specified for 
> VelocityOneColumn
> at 
> org.apache.jetspeed.portlets.layout.MultiColumnPortlet.init(MultiColumnPortlet.java:87)
The init parameter "layoutType" was not found for the layout portlet
VelocityOneColumn:
        this.layoutType = config.getInitParameter("layoutType");
        if (this.layoutType == null)
            throw new PortletException("Layout type not specified for
" + this.portletName);
It appears you are using the standard page aggregation (jetspeed)
pipeline, not the jetui pipeline. That said, Im seeing PSML pages from
the "ui-pages" psml configuration (the template-top2 layout id is only
in the jetui psml configuration). So something seems to be configured
wrong. Could you list all the steps you took in building and
deploying?
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to