The setup where there are three distinct web application deployments and a separate agents process is a multiprocess setup, yes.
Karl On Thu, Apr 28, 2011 at 10:10 AM, Farzad Valad <[email protected]> wrote: > So is deploying the 3 war files on the same Tomcat considered multi-process > setup? > > I'll open a ticket and also make the patch, once I understand it. > > Sent from my iPhone > > On Apr 28, 2011, at 8:44 AM, Karl Wright <[email protected]> wrote: > >> No sync directory specified basically means there is no cross-process >> synchronization. All synchronization is within process. For the >> Quick Start, which runs in a single process, this is fine. For a >> multi-process setup, you must have one. >> >> If the doc's not clear on this point we should clarify it. So please >> create a ticket if this isn't clear. >> >> Karl >> >> On Thu, Apr 28, 2011 at 9:41 AM, <[email protected]> wrote: >>> What is the default sync directory if you don't specify one? >>> >>> Second question, how come the properties.xml file in the dist example is not >>> using this property. The website says it is required, yet you can run >>> without specifying it. >>> >>> Thanks! >>> >
