https://issues.apache.org/bugzilla/show_bug.cgi?id=53762
Priority: P2 Bug ID: 53762 Assignee: dev@tomcat.apache.org Summary: JK status manager: mass nodes handling doesn't works Severity: normal Classification: Unclassified OS: Linux Reporter: jst...@redhat.com Hardware: PC Status: NEW Version: 1.2.36 Component: mod_jk Product: Tomcat Connectors Created attachment 29263 --> https://issues.apache.org/bugzilla/attachment.cgi?id=29263&action=edit Configurations and log files I have one HTTPD server balanced 2 Tomcats. I try to disable all Tomcats nodes at once smth. like: curl -G -d "cmd=update&mime=prop&w=router&att=vwa&val0=1&val1=1" localhost/jkmanager/ And expect returned HTTP code 503 for multiple requests. In web browsers (Chrome, Firefox) it is behave strange. During the refreshes I sometimes see served response from Tomcat. This strange (random) behaviour is valid for running wget muliple times too. wget --no-cache -O - 127.0.0.1/testapp After that I want to start all nodes, but it is not working. Nothing happend and behaviour remains same as I described above. curl -G -d "cmd=update&mime=prop&w=router&att=vwa&val0=0&val1=0" localhost/jkmanager/ Btw. shared memory file (JkShmFile) is on local disk (no NFS). See my configurations and logs in the attached files. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org