https://issues.apache.org/bugzilla/show_bug.cgi?id=55799
--- Comment #17 from Nick Williams <nicho...@nicholaswilliams.net> --- Created attachment 31078 --> https://issues.apache.org/bugzilla/attachment.cgi?id=31078&action=edit Sample project to replicate regression Something still isn't quite right. I've attached a sample project. It's silly-looking, I know, but it's simple and it demonstrates the problem reliably every time. Steps: 1. Compile it and deploy to /cluster. 2. Go to http://localhost:8080/cluster/clusterNode1. The browser should display "OK" and there should be some diagnostic output in stdout. 3. Go to http://localhost:8080/cluster/clusterNode2. The browser should display "OK" and there should be a lot more diagnostic output in stdout. -- Step 3 is where it failed two days ok. You never saw "OK" and the diagnostic output. You just got the exception in the browser. After Mark's changes last night / this morning, step 3 succeeds. 4. Go back to http://localhost:8080/cluster/clusterNode1. The exception is back. 5. Go back to http://localhost:8080/cluster/clusterNode2. The exception is back there, tee. -- 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