You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jcs-users@jakarta.apache.org by ad...@thomson.com on 2006/05/03 16:14:42 UTC

Remote Cache

Where do I get ahold of startRemoteCache.sh?  I haven't been able to
find a download for jcs other than the jcs jar.
 
thank you,
Adam

Re: Remote Cache

Posted by Alistair Forbes <fo...@googlemail.com>.
The script is in subversion:

http://svn.apache.org/viewcvs.cgi/jakarta/jcs/trunk/src/scripts/startRemoteCache.sh?rev=224336&view=markup

The script does not do very much, so you could just as well roll your own:

java $PROPS -cp $CLASSPATH
org.apache.jcs.auxiliary.remote.server.RemoteCacheServerFactory/remote.cache.ccf
> /dev/null 2>&1

Regards
Al

On 5/3/06, adam.schwartz-lowe@thomson.com <ad...@thomson.com>
wrote:
>
> Where do I get ahold of startRemoteCache.sh?  I haven't been able to
> find a download for jcs other than the jcs jar.
>
> thank you,
> Adam
>
>