Clustering with TxFileContentStore and TxXMLFileDescriptorsStore

2007-01-30 Thread Jean-Francois Gosselin
Hi, I'm trying to configure a cluster with two servers. One servers will be used for read-only and the other one to write and read . Both servers share the same content store via a network drive. So far I was able to share the content store but when I share the TxXMLFileDescriptorsStore I

Re: Clustering with TxFileContentStore and TxXMLFileDescriptorsStore

2007-01-30 Thread Mike Murray
You can try disabling the cache and changing this property: contentstore classname= org.apache.slide.store.txfile.TxFileContentStore parameter name=rootpathstore/content/parameter parameter name=workpathwork/content/parameter

Clustering with TxFileContentStore and TxXMLFileDescriptorsStore

2006-07-27 Thread Darren Hartford
I see the wiki entry for - http://wiki.apache.org/jakarta-slide/ClusterSupport However, does anyone have a 2-machine and a 4-machine scenario of how to configure the clustering? The localhost/remote config in domain.xml would make more sense with an example. In addition, has anyone had

RE: Clustering with TxFileContentStore and TxXMLFileDescriptorsStore

2006-07-27 Thread Darren Hartford
In addition, has anyone had experience with the cluster support with filesystem-based storage? To be more precise, if each Slide node has their own local file system, or if they all point to the same single-point file system (i.e. nas/san). -D

Re: clustering questions

2005-11-21 Thread Tony
and the XML file descriptor file store. Warwick -Original Message- From: Tony [mailto:[EMAIL PROTECTED] Sent: Friday, November 18, 2005 12:27 PM To: Slide Users Mailing List Subject: Re: clustering questions On 11/18/05, Warwick Burrows [EMAIL PROTECTED] wrote: Answers

RE: clustering questions

2005-11-21 Thread Warwick Burrows
as we have. Warwick -Original Message- From: Tony [mailto:[EMAIL PROTECTED] Sent: Monday, November 21, 2005 2:20 PM To: Slide Users Mailing List Subject: Re: clustering questions Going back to your configuration you have.. 1) All workpaths on local disk 2) The locks

RE: clustering questions

2005-11-19 Thread Warwick Burrows
, November 18, 2005 12:27 PM To: Slide Users Mailing List Subject: Re: clustering questions On 11/18/05, Warwick Burrows [EMAIL PROTECTED] wrote: Answers below: -Original Message- From: Tony Tomcat [mailto:[EMAIL PROTECTED] Sent: Thursday, November 17, 2005 7:50 PM

RE: clustering questions

2005-11-18 Thread Warwick Burrows
Answers below: -Original Message- From: Tony Tomcat [mailto:[EMAIL PROTECTED] Sent: Thursday, November 17, 2005 7:50 PM To: slide-user@jakarta.apache.org Subject: clustering questions I'm in the process of researching the best way to build a WebDAV system for a large user

clustering questions

2005-11-17 Thread Tony Tomcat
building a system for a large user base I would need several tomcat instances and it sounds like the 2.1 clustering support is what I need but from previous J2EE experience I know that clustering usually involves pinning a user to a specific instance of Tomcat. Is this required in Slide? In the ideal

clustering issues

2005-09-21 Thread Marco T. Avila
Server 2.0.54, all this is in Linux. I have tried even to set the distributable/ tag in the web.xml's of the slides, but no good results: My settings for clustering are like this: Tomcat 1 !-- Uncomment for cluster support. Be sure to local-host and repository-host -- listener

[Fwd: clustering issues]

2005-09-21 Thread Marco T. Avila
value, sometimes a middle version. The balancer is via mod_jk with Apache Web Server 2.0.54, all this is in Linux. I have tried even to set the distributable/ tag in the web.xml's of the slides, but no good results: My settings for clustering are like this: Tomcat 1 !-- Uncomment for cluster

Clustering

2005-08-30 Thread Marco Avila
Hello, In http://wiki.apache.org/jakarta-slide/ClusterSupport is some kind of explanation of how to cluster slide, but it is not clear to me yet if that listener goes in the balancer tomcat, or what are the steps to install slide as a cluster? Regards

slide clustering support question

2004-11-24 Thread Alessandro Apostoli
I have a couple questions about the clustering features of slide, suppose a scenario where you have a distributed replicated filesystem such as coda and a replicated db running on each node. Each node has the same data both on filesystem and db, the nodes are part of a big wan with links speed

RE: slide clustering support question

2004-11-24 Thread Warwick Burrows
the jdbc store and the content (using NFS) between two Slide servers. Unfortunately the clustering implementation is untested in terms of how locking will work. Ie. when a lock is taken by one client a notification is sent to the other servers in the cluster to let them know that this object has

Re: slide clustering support question

2004-11-24 Thread Alessandro Apostoli
between our DAV clients and Slide servers. It is untested in this target (load balanced) configuration but we have tested in a simpler configuration that shares the jdbc store and the content (using NFS) between two Slide servers. Unfortunately the clustering implementation is untested in terms

RE: slide clustering support question

2004-11-24 Thread Warwick Burrows
as a many-to-many design where each slide has its own filesystem. Warwick -Original Message- From: Richard Emberson [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 24, 2004 11:40 AM To: Slide Users Mailing List Subject: Re: slide clustering support question Build your own

RE: slide clustering support question

2004-11-24 Thread Warwick Burrows
. Is there anybody who knows more about how the slide server ensures that only once caller will get a lock? Warwick -Original Message- From: Alessandro Apostoli [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 24, 2004 11:25 AM To: Slide Users Mailing List Subject: Re: slide clustering

RE: slide clustering support question

2004-11-24 Thread Daniel Florey
access (we used this for a large customer with very high web traffic). If you want to achieve a fail-safe edit scenario where content can be edited at each node everything is getting much more complicated (and much slower). So I think it would make no big difference in performance if the clustering

Re: clustering

2004-11-21 Thread Bin Liu
, all other configuration works except clustering. I keeps get errors like: SEVERE: Subscription for uri='/files/' failed. State: 501 11:27:15,819 INFO [STDOUT] Nov 19, 2004 11:27:15 AM org.apache.webdav.lib.Notif icationListener subscribe SEVERE: Subscription for uri='/files/' failed. State

Re: clustering

2004-11-19 Thread Bin Liu
be accessed directly by http://localhost:8080/slide, cluster works fine, however, if I build and deploy a WAR with war context name, like: http://localhost:8080/WARcontext/slide to access slide servlet, all other configuration works except clustering. I keeps get errors like: SEVERE: Subscription

Re: clustering

2004-11-19 Thread James Mason
be accessed directly by http://localhost:8080/slide, cluster works fine, however, if I build and deploy a WAR with war context name, like: http://localhost:8080/WARcontext/slide to access slide servlet, all other configuration works except clustering. I keeps get errors like: SEVERE: Subscription

Re: clustering

2004-11-18 Thread Bin Liu
know what does and does not work. -James On Tue, 2004-11-16 at 13:26 -0800, Bin Liu wrote: Hi, I have tried clustering on Slide2.1b2 and works great. However, I found the url has to be in the format of: http://host:port/slide, if I there is a WAR context in between, it won't work. eg. http

Re: clustering

2004-11-18 Thread James Mason
Bin, I'm confused about what you're trying to accomplish. Neither of those values has anything to do with clustering. -James On Thu, 2004-11-18 at 14:31 -0800, Bin Liu wrote: Hi James, I tried /Warcontext/slide from both Domain.xml and web.xml, but still does not work. in web.xml

Re: clustering

2004-11-17 Thread James Mason
what does and does not work. -James On Tue, 2004-11-16 at 13:26 -0800, Bin Liu wrote: Hi, I have tried clustering on Slide2.1b2 and works great. However, I found the url has to be in the format of: http://host:port/slide, if I there is a WAR context in between, it won't work. eg

clustering

2004-11-16 Thread Bin Liu
Hi, I have tried clustering on Slide2.1b2 and works great. However, I found the url has to be in the format of: http://host:port/slide, if I there is a WAR context in between, it won't work. eg. http://host:port/Warcontext/slide. Is there way to get around this? thanks Bin