Alan, Is there anyway to invoke this from the command line? The problem is we have 4 apache web servers load balanced to 4 tomcat servers via ajp proxy. The local tomcat ports on each server are closed for security. I guess we could have an apache alias that doesn't load balance and is directed to an individual tomcat server. Was hoping there was another way to do is so it can be cleared during an rpm installation of code.
-chris On Feb 29, 8:07 am, Alan Williamson <[email protected]> wrote: > You have to call that method on each server. > > In a pooled environment, you would run around the pool triggering a url > with a RESTlet call with wget for example > > On 29/02/2012 10:45, chris schiffman wrote: > > > > > > > > > Oh one more question.. how do you handle this in a loadbalanced > > environment? would i need to have flush urls that target the specific > > hosts? -- online documentation: http://openbd.org/manual/ google+ hints/tips: https://plus.google.com/115990347459711259462 http://groups.google.com/group/openbd?hl=en
