Thanks for the replies. Your and Peter's reasoning make sense. Hot deploy
feels very attractive for quick and easy bugfixes, but the risks of doing
that in a production environment are fairly great. Sounds like I will be
using a setup very similar to Peter's for production.
Thanks again,
Brian O'R
It is ready, but it is also very basic. like it only deploys .war files,
and as with any prod app, I would recommend not using hot deploy in
production anyway
Filip
Brian O'Rourke wrote:
Trying the dev list...
-- Forwarded message --
From: Brian O'Rourke <[EMAIL PROTECTED]>
Hey!
At development with Tomcat 5.5.9 and 5.5.12 I have successful used
FarmWarDeployer, but
- you lost your complete session information at your cluster
- Use it without waitForAck or with a great ackTimeout ( >
deployment time)
- only one config can have watchEnabled="true"
Trying the dev list...
-- Forwarded message --
From: Brian O'Rourke <[EMAIL PROTECTED]>
Date: Oct 26, 2005 1:37 PM
Subject: FarmWarDeployer
To: users@tomcat.apache.org
Hello,
Is FarmWarDeployer ready for use? I have played around with it a little but
have been unsuccessful so far