Re: Problem with ServletContext replication

2017-03-01 Thread Keiichi Fujino
Hi. This seems to ReplicatedContext's bug. In the current code, the class loader is passed to ReplicationMap as Null. It is necessary to call super.startInternal() before initializing the ReplicationMap. Please open bugzilla. 2017-03-02 10:15 GMT+09:00 Andrew Gillett : > Environment: > Apache

Problem with ServletContext replication

2017-03-01 Thread Andrew Gillett
Environment: Apache Tomcat 8.5.11 OpenJDK Runtime Environment (build 1.8.0_121-b13) Hi, I am trying to run a two node Tomcat cluster (server1 & server2) with an Apache load balancer. I require both Session and Context replication. I've had no trouble getting Session replication to work using