RE: Cluster Deployment Question

2005-03-24 Thread Mitchell K. McCuiston
My guess is that the OS attempts to read and write to the same file (namely clustertest.war) at the same time, and this is the reason for your FileNotFoundException. I would try configuring your Deployer to work in different directories for each tomcat. -Original Message- From: Filip Hani

RE: Updating running WARs?

2005-02-07 Thread Mitchell K. McCuiston
Rs? I'm sorry, I'm confused. Once you created a context.xml in your WARs, what were your steps to update a running application? "Mitchell K. McCuiston" <[EMAIL PROTECTED]> wrote on 02/07/2005 10:40:18 AM: > Try configuring your app context inside of the META-INF/cont

RE: Updating running WARs?

2005-02-07 Thread Mitchell K. McCuiston
Try configuring your app context inside of the META-INF/context.xml inside of your war instead of your server.xml. I had the same problem and this seemed to fix it. -Original Message- From: David Wood [mailto:[EMAIL PROTECTED] Sent: Friday, February 04, 2005 3:15 PM To: tomcat-user@jakart

mcastBindAddress problem

2005-01-28 Thread Mitchell K. McCuiston
I'm having a problem getting my cluster to work as I'd expect. I have two physical machines with ip 10.11.0.27 and 10.11.0.28 running Tomcat 5.0.28. An excerpt from my server.xml is below, with the only differences being mcastBindAddress and tcpListenAddr per node. The problem is that when I use