Hi,
Copy your .class file in \webapps\jetspeedWEB-INF\classes and add the
location of the .class file in the CLASSPATH. Finally add the portlet entry
to the portlegs.xreg file.
Also add the soap.jar and necessary jar file in the tomcat/lib.
Here is an example for portlet registry entry.
<portlet-entry name="BookPricePortlet" hidden="false" type="instance"
application="false">
<meta-info>
<title>Quote Book Price</title>
</meta-info>
<classname>BookPricePortlet</classname>
<parameter name="provider-name" value="jetspeed" hidden="false"/>
<media-type ref="html"/>
</portlet-entry>
ZHU Jia wrote:
> Hello,
>
> has anyone successfully brought the SOAP example from
> http://www.javaworld.com/javaworld/jw-07-2001/jw-0727-jetspeed.html to
> work? I tried both on the release version and the nightly build from
> Oct.6, but no go, always got exceptions NoClassDefFound or something. If
> someone has made it can you tell me your settings?
> And as far as I can see, the configuration changed a lot from the 1.3.1
> to 1.3.2, and there's no jetspeed.jar anymore in the lib dir? Which one
> should I include when writing portlet?
> Many thanks in advance!
>
> regards
> ZHU Jia
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]