> <?xml version="1.0" encoding="UTF-8"?>
> <registry>
>     <portlet-entry name="HelloPortlet" hidden="false" type="ref"
>         <meta-info>
>             <title>HelloPortlet</title>
>             <description>My Portlet Example</description>
>         </meta-info>
>         <classname>mypackage.HelloPortlet<classname>
>         <media-type ref="html"/>
>     </portlet-entry>
> </registry>

Sure youre not getting errors in the log?

Perhaps this is one of those email formatting errors, but 2 things look
suspect:

     <portlet-entry name="HelloPortlet" hidden="false" type="ref"

1. No ending ">" on your portlet-entry
2. It's a "ref", but where is its "parent"?

> 5) Added [tomcat webapps dir]/jetspeed/WEB-INF/classes to the 
> CLASSPATH (not needed?)

Not necessary



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

Reply via email to