I'll add the information to the remote cache documentation. For now, the source has comments that are useful.
http://svn.apache.org/viewvc/jakarta/jcs/trunk/src/java/org/apache/jcs/auxiliary/remote/server/RemoteCacheStartupServlet.java?revision=415432&view=markup If you added this to the web.xml file, it would do the trick: <servlet> <servlet-name>JCSRemoteCacheStartupServlet</servlet-name> <servlet-class> org.apache.jcs.auxiliary.remote.server.RemoteCacheStartupServlet </servlet-class> <load-on-startup>1</load-on-startup> </servlet> <servlet-mapping> <servlet-name>JCSRemoteCacheStartupServlet</servlet-name> <url-pattern>/jcs</url-pattern> </servlet-mapping> --- [EMAIL PROTECTED] wrote: > Thanks. We have used Tomcat before on other > projects. Where would I find > the information on embedding JCS in Tomcat? > > Paul > > > > > > "Alistair Forbes" > > <[EMAIL PROTECTED] > > mail.com> > To > "JCS Users > List" > 06/22/2006 04:29 > <jcs-users@jakarta.apache.org> > PM > cc > > > > Subject > Please respond to Re: Is there > a "stopRemoteCache.sh" > "JCS Users List" script > available? > <[EMAIL PROTECTED] > > a.apache.org> > > > > > > > > > > > > > > The stop is fairly simple: > > java -cp $CLASSPATH > org.apache.jcs.auxiliary.remote.server.RemoteCacheServerFactory > -shutdown > /$JCS_CONFIG_FILE > > But I think Aaron's suggestion of embedding JCS in > Tomcat is probably > simpler for most folks. Tomcat provides the > start/stop scripts, and JCS > provides some web based admin tools. > > Regards > Al > > On 6/22/06, [EMAIL PROTECTED] > <[EMAIL PROTECTED]> wrote: > > > > > > We had a consultant help us set up the JCS caching > system but he is no > > longer available. He never completed the task of > providing us with a > > "stopRemoteCache.sh" script. Is there a standard > one available? > > > > Thanks. > > > > Paul > > > > > > CONFIDENTIALITY NOTICE: > > This is a transmission from Kohl's Department > Stores, Inc. > > and may contain information which is confidential > and proprietary. > > If you are not the addressee, any disclosure, > copying or distribution or > > use of the contents of this message is expressly > prohibited. > > If you have received this transmission in error, > please destroy it and > > notify us immediately at 262-703-7000. > > > > CAUTION: > > Internet and e-mail communications are Kohl's > property and Kohl's > reserves > > the right to retrieve and read any message > created, sent and > > received. Kohl's reserves the right to monitor > messages by authorized > > Kohl's Associates at any time > > without any further consent. > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: > [EMAIL PROTECTED] > > For additional commands, e-mail: > [EMAIL PROTECTED] > > > > > > > > CONFIDENTIALITY NOTICE: > This is a transmission from Kohl's Department > Stores, Inc. > and may contain information which is confidential > and proprietary. > If you are not the addressee, any disclosure, > copying or distribution or use of the contents of > this message is expressly prohibited. > If you have received this transmission in error, > please destroy it and notify us immediately at > 262-703-7000. > > CAUTION: > Internet and e-mail communications are Kohl's > property and Kohl's reserves the right to retrieve > and read any message created, sent and received. > Kohl's reserves the right to monitor messages by > authorized Kohl's Associates at any time > without any further consent. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]