Hi Stefan,

> I can't get the HelloWorld Portlet running. I compiled it, put it into
a JAR,
> and copied it into the lib directory of Jetspeed (WEB-INF/lib)

To avoid the overhead of creating the *.jar you might want to put it in
C:\jakarta-tomcat-3.2.1\webapps\jetspeed\WEB-INF\classes (or similar)

> Now I wrote the following entry in jetspeed-config.jcfg:
>
> <portlet-entry type="instance" name="HelloWorld" >
>          <classname>com.netoffix.HelloWorld</classname>
> </portlet-entry>

Could be that the customizer cannot handle the entry without a title; so
you should define additional meta info:

        <portlet-entry type="instance" name="HelloWorld">
           <classname>com.netoffix.HelloWorld</classname>

           <meta-info>
              <title>(title)</title>
              <description>(description)</description>
           </meta-info>
        </portlet-entry>

The file would have to be saved in
...\WEB-INF\classes\com\netoffix\HelloWorld.class.

Kind regards

Klaus
--
[EMAIL PROTECTED]
mobile: +49-173-310-6491
accept-language: en-us, de


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

Reply via email to