Hi,

--- "Williams, Christopher D" <[EMAIL PROTECTED]>
wrote:
>       I am new to jetspeed.  I have been able to get my compiled
> portlets
> to run on Jetspeed, but cannot figure out how to get my JSP pages
> to
> display.  I also could not get a simple referenced website to
> display.  They
> are not even showing up in my customization page.  My jcfg file is
> as
> follows:
> 
>    <portlet-entry type="ref" name="HelloWorld">
>             <url>/test/HelloWorld.jsp</url>
>             <meta-info>
>                  <title>Hello World</title>
>                  <description>Hello to the World</description>
>             </meta-info>
>         </portlet-entry>
> 
>         <portlet-entry type="ref" name="TeamLMC">
>             <url>http://dev2.isc.mds.lmco.com/TeamLMC/</url>
>             <meta-info>
>                  <title>Team LMC</title>
>                  <description>Team LMC Website</description>
>             </meta-info>
>         </portlet-entry>
> 
> None of these are showing up.  I made a test directory for the
> first one
> under the jetspeed directory.  Please help.
> 

Since you are using "ref" entries, you need to specify the parent=
attribute in order that jetspeed know what parent portlet you are
using.

For the second entry parent="HTML" should do it.

I am not sure what you need for JSP, we used to do it via a custom
compiled portlet which then called EcsServletElement with the jsp
file...

HTH,
Chris

=====
Need somewhere to Live in London - http://freeflats.com

__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/

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

Reply via email to