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?) > If you use the "lb" worker in Apache/tomcat (part of mod_jk), Apache will take sessions into account when sending requests to a given tomcat worker. If you also configure all your tomcat servers to use the same DB, and all resources are taken from from this db or else replicated, you should be going on...
This is a quite fuzzy area, though, so you will have to open your own way... ;) I'm setting up a couple of dual processors like this. > >Is anyone using ssl with Jetspeed? Will I need this? > I have tested and used it. Through Apache, it should work (bugs in tomcat/catalina that I filed on this issue are closed as fixed). > > >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? > > >--------------------------------------------------------------------- >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]
