Anthony, Anthony Smith wrote: > > If I am using Jetspeed in a round-robin like fashion (one ip address mapping > to 2 or more servers, how will this affect my session variables and such?)
As long as the browser always get the server where the session was established it should work. > > Is anyone using ssl with Jetspeed? Will I need this? I know their is problem with the WebPagePortlet retrieving "https://...." URLs. Remember it is the Web Server that is using SSL to communicate to the browse, not Jetspeed. > > Also does any one use a JSP Page that reads form a db in order to make the > pages content look like that of an XML page? I tried ts with the RSS Portlet > and it failed. I used a JSP page as my included URL, but I guess the parser > tries to read the file and ot what would actually be dispalyed. How can I > work around this? 1) The URL for the RSS portlet must address a web server, i.e. http://localhost/MyRssContent.jsp. The JSP must set the appropriate HTTP headers, including Content-Type to text/xml 2) I use Cocoon2 to generate RSS content from an JDBC database. > Paul Spencer --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
