Hi, I added some notes to HOWTO_Clustering in DSpace's wiki fo clustering with Tomcat.
http://wiki.dspace.org/index.php//HOWTO_Clustering cheers, Jesús James Rutherford wrote: > Hi, > > It would be great if you could add some notes to the (embarrassingly > incomplete) wiki page that I started a few months ago: > > http://wiki.dspace.org/HOWTO_Clustering > > The page is mostly focussed on clustering of the database layer, so it > would be good to get more detailed information about setting up Tomcat. > > cheers, > > Jim > > On Wed, Jun 27, 2007 at 09:57:47AM +0200, Jesus Martin wrote: > >> Hi, I have been configuring Tomcat and DSpace to accomplish tomcat >> clustering and the persistence of sessions in two machines that are >> running Tomcat at the same time. First, I added the line of server.xml >> under the Engine line: >> <Engine defaultHost="localhost" name="Catalina"> >> <Cluster >> className="org.apache.catalina.cluster.tcp.SimpleTcpCluster"/> >> ....... >> >> Moreover, we need to modify the objects that sessions of DSpace uses, >> consequently changing this objects for implementing the >> java.io.Serializable. In fact, DSpace's sessions only use one object, >> RequestInfo.java: >> >> public class RequestInfo implements java.io.Serializable{.....} >> >> I made this changes with DSpace 1.4 , Tomcat 5.5.17 and Tomcat 6 and are >> working very well. I hope this explanations can help anyone. >> >> Best regards, >> >> Jesús MartÃn >> >> -- >> >> ...................................................................... >> __ >> / / Jesús MartÃn GarcÃa >> C E / S / C A Tècnic en Sistemes >> /_/ Centre de Supercomputació de Catalunya >> >> Gran Capità 2-4 (Edifici Nexus) 08034 Barcelona >> T. 93 205 6464 F. 93 205 6979 [EMAIL PROTECTED] >> ...................................................................... >> >> >> ------------------------------------------------------------------------- >> This SF.net email is sponsored by DB2 Express >> Download DB2 Express C - the FREE version of DB2 express and take >> control of your XML. No limits. Just data. Click to get it now. >> http://sourceforge.net/powerbar/db2/ >> _______________________________________________ >> DSpace-tech mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/dspace-tech >> > > -- ...................................................................... __ / / Jesús Martín García C E / S / C A Tècnic en Sistemes /_/ Centre de Supercomputació de Catalunya Gran Capità 2-4 (Edifici Nexus) 08034 Barcelona T. 93 205 6464 F. 93 205 6979 [EMAIL PROTECTED] ...................................................................... ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

