hi again - sorry for spamming ;-)
i have a next problem, when i want to integrate a struts-portlet.
i did following steps:
1.
create in webapps\jetspeed\WEB-INF\pages a file named: bcn.psml
looks like this:
<page id="struts3">
<defaults
skin="orange"
layout-decorator="tigris"
portlet-decorator="tigris"
/>
<title>bcnbrowser</title>
<fragment id="133" type="layout" name="jetspeed::VelocityTwoColumns">
<fragment id="132" type="portlet" name="bcn::BcnBrowser">
<property layout="TwoColumns" name="row" value="0" />
<property layout="TwoColumns" name="column" value="0" />
</fragment>
</fragment>
<metadata name="title" xml:lang="ja">
my bcnbrowser
</metadata>
</page>
2.
create a war-file with application an copy it into
webapps\jetspeed\WEB-INF\deploy
the portlet xml starts with:
<portlet-app id="bcn" version="1.0">
<portlet id="BcnBrowser">
<init-param>
3.
start tomcat 5.0.28
4.
the webapp "bcn" was createt and is reachable under ...8080/bcn
5.
starting J2 under ...8080/jetspeed
6.
choosing site which is titled: bcnbrowser an get following message:
Portlet is Not Available: BcnBrowser
Reason: PortletFactory: Failed to load portlet
org.apache.portals.bridges.struts.StrutsPortlet:javax.portlet.PortletException:
class not found
i can't find this problem in the mailinglist....
thank you very much
tkoch