Vincent,


Vincent Bonamy wrote:
> 
> Hello,
> 
> Exactly in my *portlets.xreg I changed 'http' with 'https'.
> (It seems that RSS doesn't support SSL, isn't it?)
> Can I give the path of my RSS file instead the URL , and How?

The protocol, http or https, you are using to retrieve the RSS file
should be supported by the provider, i.e. server, of the RSS files.


> 
> Another question about xreg files: what classes should I use if I want to
> manage it : xreg is not like RSS (no strict Items) so I can't use the
> parser?
> What classes does jetspeed use to manage xreg files and in which classes of
> jetspeed
> 

I am not sure what you mean by "manage".  

I am not sure of the classname, but the interface Registry is a good
place to start.

In my testing, I use a text editor.  Keep in mind Jetspeed maintains a
copy of the .xreg files in memory and periodically check to see if the
source file has been updated.  If the file has been update, it will
update the in memory copy.  When Jetspeed shutdown it write the in
memory copy back to .xreg files.

Paul Spencer

> Thanks in advance,
> vincent.
> 
> Vincent Bonamy wrote:
> 
> > Hello,
> >
> > Now, I'm trying to serve Jetspeed (with Tomcat and Apache) only via SSL:
> > http can't see jetspeed, only https.
> >
> > My JSP Portlets are working but no my RSS Portlets.
> >
> > I have change my *portlet.xreg. It isn't suffisant, can and what should
> > I do to resolve this pb?
> >
> > Thanks,
> >
> > vincent.
> >
> 
> ---------------------------------------------------------------------
> 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]

Reply via email to