You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by ka...@apache.org on 2002/02/19 05:20:20 UTC

cvs commit: jakarta-turbine-stratum/xdocs IndexedDiskAuxCache.xml LateralTCPAuxCache.xml LocalCacheConfig.xml RemoteAuxCache.xml

kaz         02/02/18 20:20:20

  Modified:    xdocs    IndexedDiskAuxCache.xml LateralTCPAuxCache.xml
                        LocalCacheConfig.xml RemoteAuxCache.xml
  Log:
  More folding of lines to make the page width more reasonable.  Sorry
  about the numerous small commits, just trying to make these docs as
  readable as possible as soon as possible.
  
  Revision  Changes    Path
  1.3       +4 -2      jakarta-turbine-stratum/xdocs/IndexedDiskAuxCache.xml
  
  Index: IndexedDiskAuxCache.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-stratum/xdocs/IndexedDiskAuxCache.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- IndexedDiskAuxCache.xml	17 Feb 2002 06:57:48 -0000	1.2
  +++ IndexedDiskAuxCache.xml	19 Feb 2002 04:20:20 -0000	1.3
  @@ -66,8 +66,10 @@
             "DiskPath" directory.
            </p>
           <source><![CDATA[
  -jcs.auxiliary.DC=org.apache.stratum.jcs.auxiliary.disk.indexed.IndexedDiskCacheFactory
  -jcs.auxiliary.DC.attributes=org.apache.stratum.jcs.auxiliary.disk.indexed.IndexedDiskCacheAttributes
  +jcs.auxiliary.DC=
  +    org.apache.stratum.jcs.auxiliary.disk.indexed.IndexedDiskCacheFactory
  +jcs.auxiliary.DC.attributes=
  +    org.apache.stratum.jcs.auxiliary.disk.indexed.IndexedDiskCacheAttributes
   jcs.auxiliary.DC.attributes.DiskPath=g:\dev\jakarta-turbine-stratum\raf
           ]]></source>
         </subsection>
  
  
  
  1.2       +6 -3      jakarta-turbine-stratum/xdocs/LateralTCPAuxCache.xml
  
  Index: LateralTCPAuxCache.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-stratum/xdocs/LateralTCPAuxCache.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- LateralTCPAuxCache.xml	16 Feb 2002 13:35:29 -0000	1.1
  +++ LateralTCPAuxCache.xml	19 Feb 2002 04:20:20 -0000	1.2
  @@ -50,10 +50,13 @@
             would be present in all.
           </p>
           <source><![CDATA[
  -jcs.auxiliary.LTCP=org.apache.stratum.jcs.auxiliary.lateral.LateralCacheFactory
  -jcs.auxiliary.LTCP.attributes=org.apache.stratum.jcs.auxiliary.lateral.LateralCacheAttributes
  +jcs.auxiliary.LTCP=
  +    org.apache.stratum.jcs.auxiliary.lateral.LateralCacheFactory
  +jcs.auxiliary.LTCP.attributes=
  +    org.apache.stratum.jcs.auxiliary.lateral.LateralCacheAttributes
   jcs.auxiliary.LTCP.attributes.TransmissionTypeName=TCP
  -jcs.auxiliary.LTCP.attributes.TcpServers=localhost:1111,localhost:1112
  +jcs.auxiliary.LTCP.attributes.TcpServers=
  +    localhost:1111,localhost:1112
   jcs.auxiliary.LTCP.attributes.TcpListenerPort=1110
   jcs.auxiliary.LTCP.attributes.PutOnlyMode=false
           ]]></source>
  
  
  
  1.2       +16 -9     jakarta-turbine-stratum/xdocs/LocalCacheConfig.xml
  
  Index: LocalCacheConfig.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-stratum/xdocs/LocalCacheConfig.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- LocalCacheConfig.xml	16 Feb 2002 13:35:29 -0000	1.1
  +++ LocalCacheConfig.xml	19 Feb 2002 04:20:20 -0000	1.2
  @@ -53,11 +53,12 @@
             setting look like this:
           </p>
           <source><![CDATA[
  -#############################################################
  -################## DEFAULT CACHE REGION #####################
  +# DEFAULT CACHE REGION 
  +
   # sets the default aux value for any non configured caches
   jcs.default=DC,RFailover
  -jcs.default.cacheattributes=org.jcs.engine.CompositeCacheAttributes
  +jcs.default.cacheattributes=
  +    org.apache.stratum.jcs.engine.CompositeCacheAttributes
   jcs.default.cacheattributes.MaxObjects=1000
           ]]></source>
           <p>
  @@ -80,7 +81,8 @@
           </p>
           <source><![CDATA[
   jcs.region.testCache=DC,RFailover
  -jcs.region.testCache.cacheattributes=org.jcs.engine.CompositeCacheAttributes
  +jcs.region.testCache.cacheattributes=
  +    org.apache.stratum.jcs.engine.CompositeCacheAttributes
   jcs.region.testCache.cacheattributes.MaxObjects=1000
           ]]></source>
           <p>
  @@ -114,8 +116,10 @@
             DC.  This cache is defined in the third section of the file:
           </p>
           <source><![CDATA[
  -jcs.auxiliary.DC=org.jcs.auxiliary.disk.DiskCacheFactory
  -jcs.auxiliary.DC.attributes=org.jcs.auxiliary.disk.DiskCacheAttributes
  +jcs.auxiliary.DC=
  +    org.apache.stratum.jcs.auxiliary.disk.DiskCacheFactory
  +jcs.auxiliary.DC.attributes=
  +    org.apache.stratum.jcs.auxiliary.disk.DiskCacheAttributes
   jcs.auxiliary.DC.attributes.DiskPath=c:/dev/cache/raf
           ]]></source>
           <p>
  @@ -129,10 +133,13 @@
             designed to failover to other remote servers in a cluster:
           </p>
           <source><![CDATA[
  -jcs.auxiliary.RFailover=org.jcs.auxiliary.remote.RemoteCacheFactory
  -jcs.auxiliary.RFailover.attributes=org.jcs.auxiliary.remote.RemoteCacheAttributes
  +jcs.auxiliary.RFailover=
  +    org.apache.stratum.jcs.auxiliary.remote.RemoteCacheFactory
  +jcs.auxiliary.RFailover.attributes=
  +    org.apache.stratum.jcs.auxiliary.remote.RemoteCacheAttributes
   jcs.auxiliary.RFailover.attributes.RemoteTypeName=LOCAL 
  -jcs.auxiliary.RFailover.attributes.FailoverServers=localhost:1102,localhost:1101
  +jcs.auxiliary.RFailover.attributes.FailoverServers=
  +    localhost:1102,localhost:1101
           ]]></source>
           <p>
             If you don't have more than one remote server running, just
  
  
  
  1.3       +2 -2      jakarta-turbine-stratum/xdocs/RemoteAuxCache.xml
  
  Index: RemoteAuxCache.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-stratum/xdocs/RemoteAuxCache.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- RemoteAuxCache.xml	19 Feb 2002 04:04:50 -0000	1.2
  +++ RemoteAuxCache.xml	19 Feb 2002 04:20:20 -0000	1.3
  @@ -112,9 +112,9 @@
   jcs.auxiliary.RFailover=
       org.apache.stratum.jcs.auxiliary.remote.RemoteCacheFactory
   jcs.auxiliary.RFailover.attributes=
  -        org.apache.stratum.jcs.auxiliary.remote.RemoteCacheAttributes
  +    org.apache.stratum.jcs.auxiliary.remote.RemoteCacheAttributes
   jcs.auxiliary.RFailover.attributes.FailoverServers=
  -        localhost:1102,localhost:1103
  +    localhost:1102,localhost:1103
   jcs.auxiliary.RC.attributes.RemoveUponRemotePut=true
   jcs.auxiliary.RFailover.attributes.GetOnly=false
           ]]></source>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: cvs commit: jakarta-turbine-stratum/xdocs IndexedDiskAuxCache.xml LateralTCPAuxCache.xml LocalCacheConfig.xml RemoteAuxCache.xml

Posted by Daniel Rall <dl...@finemaltcoding.com>.
Jason van Zyl <jv...@zenplex.com> writes:

> On Tue, 2002-02-19 at 22:12, Daniel Rall wrote:
> > Jason van Zyl <jv...@zenplex.com> writes:
>> 
>> > I have found some java ssh code that I would like to use to try and make
>> > a portable scp for moving the docs around, but if you look in the cactus
>> > build file vincent has a target that simply uses scp from the command
>> > line to move all the docs up to the site.
>> 
>> Jason, it sounds cool but be careful w/ the export restrictions on the
>> JARs containing that code.
>
> Will do. It's the cryptix code which looks fine. I'm positive someone
> will tell me if it isn't :-)

No, that's not what I mean (and the license on the Cryptix code *is*
just fine).  I'm referring to generic strong crypto export
restrictions, where export from the US must be blocked to certain
countries (which is non-trivial to do).  The work-around for this is
to generally to have the download site be non-US (perhaps still a
little questionable).

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: cvs commit: jakarta-turbine-stratum/xdocs IndexedDiskAuxCache.xml LateralTCPAuxCache.xml LocalCacheConfig.xml RemoteAuxCache.xml

Posted by Jason van Zyl <jv...@zenplex.com>.
On Tue, 2002-02-19 at 22:12, Daniel Rall wrote:
> Jason van Zyl <jv...@zenplex.com> writes:
> 
> > I have found some java ssh code that I would like to use to try and make
> > a portable scp for moving the docs around, but if you look in the cactus
> > build file vincent has a target that simply uses scp from the command
> > line to move all the docs up to the site.
> 
> Jason, it sounds cool but be careful w/ the export restrictions on the
> JARs containing that code.

Will do. It's the cryptix code which looks fine. I'm positive someone
will tell me if it isn't :-)
 
> - Dan
> 
> --
> To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> For additional commands, e-mail: <ma...@jakarta.apache.org>
-- 
jvz.

Jason van Zyl
jvanzyl@apache.org

http://tambora.zenplex.org


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: cvs commit: jakarta-turbine-stratum/xdocs IndexedDiskAuxCache.xml LateralTCPAuxCache.xml LocalCacheConfig.xml RemoteAuxCache.xml

Posted by Daniel Rall <dl...@finemaltcoding.com>.
Jason van Zyl <jv...@zenplex.com> writes:

> I have found some java ssh code that I would like to use to try and make
> a portable scp for moving the docs around, but if you look in the cactus
> build file vincent has a target that simply uses scp from the command
> line to move all the docs up to the site.

Jason, it sounds cool but be careful w/ the export restrictions on the
JARs containing that code.

- Dan

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: cvs commit: jakarta-turbine-stratum/xdocs IndexedDiskAuxCache.xml LateralTCPAuxCache.xml LocalCacheConfig.xml RemoteAuxCache.xml

Posted by Jason van Zyl <jv...@zenplex.com>.
On Tue, 2002-02-19 at 07:16, Pete Kazmier wrote:
> On Tue, Feb 19, 2002 at 07:12:00AM -0500, Pete Kazmier wrote:
> > On Mon, Feb 18, 2002 at 11:54:38PM -0500, Aaron Smuts wrote:
> > > How do you get javadocs on the site?  
> > 
> > Not quite sure what exactly you are asking, but, when you add a doc, you
> > need to provide a link to it on the project.xml page (located in xdocs
> > directory).  That page defines the left-hand side navbar content.  Then,
> > someone we have to request that someone rebuilds the turbine portion of
> > the site so it actually is pushed out to the public web server.  Not
> > sure if this answered your question.
> 
> Oops, its a little early in the morning, I didn't read your question
> correctly, as far as javadocs go, I'm not quite sure how the turbine
> guys do that or feel about that.  Most of the javadocs for the other
> projects are missing on the web site.  I'm not sure if that is by
> design.  Can anyone comment?

For the newer Turbine projects we are generating the html on our
machines and using scp to copy the doc up to the www.apache.org site. We
will do the same with the javadocs.

I have found some java ssh code that I would like to use to try and make
a portable scp for moving the docs around, but if you look in the cactus
build file vincent has a target that simply uses scp from the command
line to move all the docs up to the site.

Just as we have released versions of products, we should probably have a
released version of docs. Cactus and Struts do this I believe. They have
links to the most current docs which are changing and they have link to
docs that correspond to released version as it's probably pretty easy
for there to be slight diffs between releases and HEAD.

I haven't lifted Vincent target out of the cactus build file but we can
definitely use that in conjunction with the docs being generated on a
regular basis: javadocs and xdocs.
> --
> To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> For additional commands, e-mail: <ma...@jakarta.apache.org>
-- 
jvz.

Jason van Zyl
jvanzyl@apache.org

http://tambora.zenplex.org


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: cvs commit: jakarta-turbine-stratum/xdocs IndexedDiskAuxCache.xml LateralTCPAuxCache.xml LocalCacheConfig.xml RemoteAuxCache.xml

Posted by Pete Kazmier <pe...@kazmier.com>.
On Tue, Feb 19, 2002 at 07:12:00AM -0500, Pete Kazmier wrote:
> On Mon, Feb 18, 2002 at 11:54:38PM -0500, Aaron Smuts wrote:
> > How do you get javadocs on the site?  
> 
> Not quite sure what exactly you are asking, but, when you add a doc, you
> need to provide a link to it on the project.xml page (located in xdocs
> directory).  That page defines the left-hand side navbar content.  Then,
> someone we have to request that someone rebuilds the turbine portion of
> the site so it actually is pushed out to the public web server.  Not
> sure if this answered your question.

Oops, its a little early in the morning, I didn't read your question
correctly, as far as javadocs go, I'm not quite sure how the turbine
guys do that or feel about that.  Most of the javadocs for the other
projects are missing on the web site.  I'm not sure if that is by
design.  Can anyone comment?

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: cvs commit: jakarta-turbine-stratum/xdocs IndexedDiskAuxCache.xml LateralTCPAuxCache.xml LocalCacheConfig.xml RemoteAuxCache.xml

Posted by Pete Kazmier <pe...@kazmier.com>.
On Mon, Feb 18, 2002 at 11:54:38PM -0500, Aaron Smuts wrote:
> How do you get javadocs on the site?  

Not quite sure what exactly you are asking, but, when you add a doc, you
need to provide a link to it on the project.xml page (located in xdocs
directory).  That page defines the left-hand side navbar content.  Then,
someone we have to request that someone rebuilds the turbine portion of
the site so it actually is pushed out to the public web server.  Not
sure if this answered your question.

> It would be nice to have a link to the JCS javadocs from the package
> documentation and from the other documentation where it fits.  

This is something that I am going to work on in the next few days.
There are several places in the existing docs that can be
cross-referenced.  I will take care of that for us.  

In addition, I am going to document the system flow for your web example
document (I'll start that today while its fresh in my head).  I think it
would be useful to illustrate how puts/gets affect the system as a whole
(ie which caches are affected, and in what order, etc ...)  I know that
I was/am still a little unclear, so after I've put a draft together,
I'll fire it off to you so you can verify it.  Then I'll add it to the
web example doc.

BTW, that was a great document!

later,
Pete

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


RE: cvs commit: jakarta-turbine-stratum/xdocs IndexedDiskAuxCache.xml LateralTCPAuxCache.xml LocalCacheConfig.xml RemoteAuxCache.xml

Posted by Aaron Smuts <aa...@verizon.net>.
How do you get javadocs on the site?  It would be nice to have a link to
the JCS javadocs from the package documentation and from the other
documentation where it fits.  Can you have popups?

> -----Original Message-----
> From: kaz@apache.org [mailto:kaz@apache.org]
> Sent: Monday, February 18, 2002 11:20 PM
> To: jakarta-turbine-stratum-cvs@apache.org
> Subject: cvs commit: jakarta-turbine-stratum/xdocs
IndexedDiskAuxCache.xml
> LateralTCPAuxCache.xml LocalCacheConfig.xml RemoteAuxCache.xml
> 
> kaz         02/02/18 20:20:20
> 
>   Modified:    xdocs    IndexedDiskAuxCache.xml LateralTCPAuxCache.xml
>                         LocalCacheConfig.xml RemoteAuxCache.xml
>   Log:
>   More folding of lines to make the page width more reasonable.  Sorry
>   about the numerous small commits, just trying to make these docs as
>   readable as possible as soon as possible.
> 
>   Revision  Changes    Path
>   1.3       +4 -2      jakarta-turbine-
> stratum/xdocs/IndexedDiskAuxCache.xml
> 
>   Index: IndexedDiskAuxCache.xml
>   ===================================================================
>   RCS file: /home/cvs/jakarta-turbine-
> stratum/xdocs/IndexedDiskAuxCache.xml,v
>   retrieving revision 1.2
>   retrieving revision 1.3
>   diff -u -r1.2 -r1.3
>   --- IndexedDiskAuxCache.xml	17 Feb 2002 06:57:48 -0000	1.2
>   +++ IndexedDiskAuxCache.xml	19 Feb 2002 04:20:20 -0000	1.3
>   @@ -66,8 +66,10 @@
>              "DiskPath" directory.
>             </p>
>            <source><![CDATA[
>   -
>
jcs.auxiliary.DC=org.apache.stratum.jcs.auxiliary.disk.indexed.IndexedDi
sk
> CacheFactory
>   -
>
jcs.auxiliary.DC.attributes=org.apache.stratum.jcs.auxiliary.disk.indexe
d.
> IndexedDiskCacheAttributes
>   +jcs.auxiliary.DC=
>   +
> org.apache.stratum.jcs.auxiliary.disk.indexed.IndexedDiskCacheFactory
>   +jcs.auxiliary.DC.attributes=
>   +
>
org.apache.stratum.jcs.auxiliary.disk.indexed.IndexedDiskCacheAttributes
>
jcs.auxiliary.DC.attributes.DiskPath=g:\dev\jakarta-turbine-stratum\raf
>            ]]></source>
>          </subsection>
> 
> 
> 
>   1.2       +6 -3      jakarta-turbine-
> stratum/xdocs/LateralTCPAuxCache.xml
> 
>   Index: LateralTCPAuxCache.xml
>   ===================================================================
>   RCS file: /home/cvs/jakarta-turbine-
> stratum/xdocs/LateralTCPAuxCache.xml,v
>   retrieving revision 1.1
>   retrieving revision 1.2
>   diff -u -r1.1 -r1.2
>   --- LateralTCPAuxCache.xml	16 Feb 2002 13:35:29 -0000	1.1
>   +++ LateralTCPAuxCache.xml	19 Feb 2002 04:20:20 -0000	1.2
>   @@ -50,10 +50,13 @@
>              would be present in all.
>            </p>
>            <source><![CDATA[
>   -
>
jcs.auxiliary.LTCP=org.apache.stratum.jcs.auxiliary.lateral.LateralCache
Fa
> ctory
>   -
>
jcs.auxiliary.LTCP.attributes=org.apache.stratum.jcs.auxiliary.lateral.L
at
> eralCacheAttributes
>   +jcs.auxiliary.LTCP=
>   +    org.apache.stratum.jcs.auxiliary.lateral.LateralCacheFactory
>   +jcs.auxiliary.LTCP.attributes=
>   +    org.apache.stratum.jcs.auxiliary.lateral.LateralCacheAttributes
>    jcs.auxiliary.LTCP.attributes.TransmissionTypeName=TCP
>
-jcs.auxiliary.LTCP.attributes.TcpServers=localhost:1111,localhost:1112
>   +jcs.auxiliary.LTCP.attributes.TcpServers=
>   +    localhost:1111,localhost:1112
>    jcs.auxiliary.LTCP.attributes.TcpListenerPort=1110
>    jcs.auxiliary.LTCP.attributes.PutOnlyMode=false
>            ]]></source>
> 
> 
> 
>   1.2       +16 -9
jakarta-turbine-stratum/xdocs/LocalCacheConfig.xml
> 
>   Index: LocalCacheConfig.xml
>   ===================================================================
>   RCS file:
/home/cvs/jakarta-turbine-stratum/xdocs/LocalCacheConfig.xml,v
>   retrieving revision 1.1
>   retrieving revision 1.2
>   diff -u -r1.1 -r1.2
>   --- LocalCacheConfig.xml	16 Feb 2002 13:35:29 -0000	1.1
>   +++ LocalCacheConfig.xml	19 Feb 2002 04:20:20 -0000	1.2
>   @@ -53,11 +53,12 @@
>              setting look like this:
>            </p>
>            <source><![CDATA[
>   -#############################################################
>   -################## DEFAULT CACHE REGION #####################
>   +# DEFAULT CACHE REGION
>   +
>    # sets the default aux value for any non configured caches
>    jcs.default=DC,RFailover
>   -jcs.default.cacheattributes=org.jcs.engine.CompositeCacheAttributes
>   +jcs.default.cacheattributes=
>   +    org.apache.stratum.jcs.engine.CompositeCacheAttributes
>    jcs.default.cacheattributes.MaxObjects=1000
>            ]]></source>
>            <p>
>   @@ -80,7 +81,8 @@
>            </p>
>            <source><![CDATA[
>    jcs.region.testCache=DC,RFailover
>   -
>
jcs.region.testCache.cacheattributes=org.jcs.engine.CompositeCacheAttrib
ut
> es
>   +jcs.region.testCache.cacheattributes=
>   +    org.apache.stratum.jcs.engine.CompositeCacheAttributes
>    jcs.region.testCache.cacheattributes.MaxObjects=1000
>            ]]></source>
>            <p>
>   @@ -114,8 +116,10 @@
>              DC.  This cache is defined in the third section of the
file:
>            </p>
>            <source><![CDATA[
>   -jcs.auxiliary.DC=org.jcs.auxiliary.disk.DiskCacheFactory
>
-jcs.auxiliary.DC.attributes=org.jcs.auxiliary.disk.DiskCacheAttributes
>   +jcs.auxiliary.DC=
>   +    org.apache.stratum.jcs.auxiliary.disk.DiskCacheFactory
>   +jcs.auxiliary.DC.attributes=
>   +    org.apache.stratum.jcs.auxiliary.disk.DiskCacheAttributes
>    jcs.auxiliary.DC.attributes.DiskPath=c:/dev/cache/raf
>            ]]></source>
>            <p>
>   @@ -129,10 +133,13 @@
>              designed to failover to other remote servers in a
cluster:
>            </p>
>            <source><![CDATA[
>   -jcs.auxiliary.RFailover=org.jcs.auxiliary.remote.RemoteCacheFactory
>   -
>
jcs.auxiliary.RFailover.attributes=org.jcs.auxiliary.remote.RemoteCacheA
tt
> ributes
>   +jcs.auxiliary.RFailover=
>   +    org.apache.stratum.jcs.auxiliary.remote.RemoteCacheFactory
>   +jcs.auxiliary.RFailover.attributes=
>   +    org.apache.stratum.jcs.auxiliary.remote.RemoteCacheAttributes
>    jcs.auxiliary.RFailover.attributes.RemoteTypeName=LOCAL
>   -
>
jcs.auxiliary.RFailover.attributes.FailoverServers=localhost:1102,localh
os
> t:1101
>   +jcs.auxiliary.RFailover.attributes.FailoverServers=
>   +    localhost:1102,localhost:1101
>            ]]></source>
>            <p>
>              If you don't have more than one remote server running,
just
> 
> 
> 
>   1.3       +2 -2
jakarta-turbine-stratum/xdocs/RemoteAuxCache.xml
> 
>   Index: RemoteAuxCache.xml
>   ===================================================================
>   RCS file:
/home/cvs/jakarta-turbine-stratum/xdocs/RemoteAuxCache.xml,v
>   retrieving revision 1.2
>   retrieving revision 1.3
>   diff -u -r1.2 -r1.3
>   --- RemoteAuxCache.xml	19 Feb 2002 04:04:50 -0000	1.2
>   +++ RemoteAuxCache.xml	19 Feb 2002 04:20:20 -0000	1.3
>   @@ -112,9 +112,9 @@
>    jcs.auxiliary.RFailover=
>        org.apache.stratum.jcs.auxiliary.remote.RemoteCacheFactory
>    jcs.auxiliary.RFailover.attributes=
>   -
org.apache.stratum.jcs.auxiliary.remote.RemoteCacheAttributes
>   +    org.apache.stratum.jcs.auxiliary.remote.RemoteCacheAttributes
>    jcs.auxiliary.RFailover.attributes.FailoverServers=
>   -        localhost:1102,localhost:1103
>   +    localhost:1102,localhost:1103
>    jcs.auxiliary.RC.attributes.RemoveUponRemotePut=true
>    jcs.auxiliary.RFailover.attributes.GetOnly=false
>            ]]></source>
> 
> 
> 
> 
> --
> To unsubscribe, e-mail:   <mailto:turbine-dev-
> unsubscribe@jakarta.apache.org>
> For additional commands, e-mail: <mailto:turbine-dev-
> help@jakarta.apache.org>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>