Yes, Remedy eng is watching on this list.
Actually it is not difficult to do the automate cache flush at all. You can 
create a jsp file (say flushAllCache.jsp) like below and put it in 
<mid-tier>/shared directory, then you can involve the "Flush" command by this 
dos prompt (Unix version could be different, but similar)

start "" "http://<mid-tier_host>:<port#>/arsys/shared/flushAllCache.jsp

Regards,

Jimmy.

=========================flushAllCache.jsp

<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<%@ page import="com.remedy.arsys.share.Cache" %>
<%@ page import="com.remedy.arsys.prefetch.PrefetchTask" %>
<%
    Cache.flush(false, null);
    //PluginFactory.cleanup();
    PrefetchTask.schedule(PrefetchTask.PREFETCH_DELAY); //restart prefetch on 
cache flush
%>
<html>
<head>
All Server caches flushed.
</head>
  <body><title>BMC Remedy Mid Tier - Flush Mid-Tier Cache</title></body>
</html>

_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
attend wwrug12 www.wwrug12.com ARSList: "Where the Answers Are"

Reply via email to