On Tue, Dec 28, 2004 at 06:08:06AM -0500, John Smith wrote: : Say you have a number of TC instances running from different boxes/IP : addresses/locations, and you develop from one of the boxes. : : How do you replicate all data/code in all other instances in a reliable way : are there RFC or a standard replication protocol to do that?
1/ please post a *new* message when writing to the list. Replying to an old (unrelated) message confuses thread-aware mailers, which makes your question harder to find (and thus answer). 2/ What I've seen a lot of people (myself included) do: develop your app on your test/dev machine; build it into a WAR file; push the WAR out to the production servers at some scheduled time and restart/reload Tomcat. The push is OS-specific; in Unix-style environments, I've used everything from a scripted scp or rsync to a manual FTP. Does this answer your question, or did I misunderstand it? -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
