I am using a windows 2003 server 32 bit standard edition SP2 with IIS 6. I have an isapi_redirect.dll v.1.2.31 communicating to tomcat via ajp1.3. JDK version was 7.03, and tomcat version is 7.0.26. Tomcat is installed as a service using the service.bat, and I am running two containers in the clustered environment. Session replication is in memory, and communication is limited to within the server, i.e. not to any external server.
I can provide complete configuration files or more detail if needed. Thanks very much for your help. -----Original Message----- From: Pid [mailto:p...@pidster.com] Sent: Monday, March 12, 2012 5:13 PM To: Tomcat Users List Subject: Re: Tomcat 7 Cluster Issue On 12/03/2012 17:30, Pid * wrote: > I will try to reproduce using your config, shortly. The only warning I get on OSX with JDK 1.7.0 is that FarmWarDeployer only works when the Cluster is defined inside a Host. Can you provide as much detail as possible about your OS & JDK 7 version please? p >>>> <Deployer >>>> className="org.apache.catalina.ha.deploy.FarmWarDeployer" >>>> tempDir="/tmp/war-temp/" deployDir="/tmp/war-deploy/" >>>> watchDir="/tmp/war-listen/" watchEnabled="false"/> >>>> >>>> <ClusterListener >>>> className="org.apache.catalina.ha.session.JvmRouteSessionIDBinderLi >>>> st >>>> e >>>> ner"/> >>>> >>>> <ClusterListener >>>> className="org.apache.catalina.ha.session.ClusterSessionListener"/> >>>> >>>> </Cluster> >>>> >>>> <Realm >>>> className="org.apache.catalina.realm.LockOutRealm"> >>>> >>>> <Realm >>>> className="org.apache.catalina.realm.UserDatabaseRealm" >>>> resourceName="UserDatabase"/> >>>> >>>> </Realm> >>>> >>>> <Host name="localhost" appBase="webapps" >>> unpackWARs="true" >>>> autoDeploy="true"> >>>> >>>> <Valve >>>> className="org.apache.catalina.valves.AccessLogValve" directory="logs" >>>> prefix="localhost_access_log." suffix=".txt" pattern="%h %l %u %t >>>> "%r" %s %b"/> >>>> >>>> </Host> -- [key:62590808]