Hi all,

Sorry if this questions has been asked many times, but I couldn't find
the answer out in the archieves. I'm running the jetspeed-1.3a2-release
version.

I followed the directions the best I could for creating the
HelloWorldPortlet and adding it to the JetSpeed sample, but the portlet
does not show up in the list of available portlets that can be added.
However, when I login as admin and "Browse Portlets", it shows up in the
list.  Here is how I created/installed the portlet:

I compiled the HelloWordPortlet as shown in the PortletsHOWTO doc and
placed the HelloWordPortlet.class file in the
%TOMCAT%\webapps\jetspeed\WEB-INF\classes directory.

Since I couldn't find a jetspeed-config.jcfg file in the installation, I
assumed that the file has been replaced by portlets.xreg.  I added the
following entry:
    <portlet-entry name="HelloWorldPortlet" hidden="false"
        type="instance" application="false">
        <classname>HelloWorldPortlet</classname>
    </portlet-entry>

When I restart tomcat, I get no errors or warnings in the tomcat log nor
the jetspeed.log. However, I do get the following message in the
jetspeed.log relating to HelloWorldPortlet:

DEBUG -- Adding entry HelloWorldPortlet of class class

It appears to me that there may have been some changes in the config
files since 1.3a1 release. I see no mention to some of the config files
(.xreg extensions) in the docs, but I do see mention of the
jetspeed-config.jcfg file.  Has this file been eliminated and divided
out to the xreg files?  Are there updated docs that explain these xreg
files?

Thanks in advance and looking forward to using the product!
--
Kevin Behrent
[EMAIL PROTECTED]



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

Reply via email to