Alle Tuesday 21 March 2006 18:05, Filip Hanik - Dev Lists ha scritto:
Thank you Filip, please bear me one more time. I understand that only the
"tomcat cluster master" should have a watchDir configured and watchEnabled
set to true. The deployDir of all "tomcat cluster members" should point to
t
only one server should have (watchEnabled="true"), this is the location
where you deploy all your files.
if you enable it on all servers, then just be careful so that you don't
deploy the same file in two locations and end up with a deployment
collission.
tempDir="/tmp/war-temp/" --> The direc
Hello list,
I've managed to get a test cluster working. ATM all cluster members have their
own copy of deployed servlets and jsp pages. as well as the apache httpd
frontend that contains an unpacked copy of the war file for static file
serving.
The current config is awkward to maintain but appar