Author: jkoster
Date: 2010-02-08 09:43:25 +0100 (Mon, 08 Feb 2010)
New Revision: 40882

Modified:
   
CMSContainer/trunk/CMSContainer_Templates/double/war-live/src/webapp/META-INF/context.xml
   
CMSContainer/trunk/CMSContainer_Templates/double/war-staging/src/webapp/META-INF/context.xml
   
CMSContainer/trunk/CMSContainer_Templates/single/war/src/webapp/META-INF/context.xml
Log:
Add missing LiveOrStaging option.

Modified: 
CMSContainer/trunk/CMSContainer_Templates/double/war-live/src/webapp/META-INF/context.xml
===================================================================
--- 
CMSContainer/trunk/CMSContainer_Templates/double/war-live/src/webapp/META-INF/context.xml
   2010-02-08 08:42:54 UTC (rev 40881)
+++ 
CMSContainer/trunk/CMSContainer_Templates/double/war-live/src/webapp/META-INF/context.xml
   2010-02-08 08:43:25 UTC (rev 40882)
@@ -97,7 +97,7 @@
 
        <Environment name="mmbase/remotepublishing/remotecloud" 
value="staging.server" type="java.lang.String" />
 
-       <!-- Contains value 'live' or 'staging' to determine whether this 
server is Live or Staging. -->
+       <!-- Contains value 'live', 'staging' or 'single' to determine whether 
this server is Live, Staging or in Single mode. -->
        <Environment name="server/LiveOrStaging" value="live" 
type="java.lang.String" />
        <!-- This entry defines whether this server includes the servername to 
lookup portal pages. -->
        <Environment name="server/useServerName" value="false" 
type="java.lang.String" />

Modified: 
CMSContainer/trunk/CMSContainer_Templates/double/war-staging/src/webapp/META-INF/context.xml
===================================================================
--- 
CMSContainer/trunk/CMSContainer_Templates/double/war-staging/src/webapp/META-INF/context.xml
        2010-02-08 08:42:54 UTC (rev 40881)
+++ 
CMSContainer/trunk/CMSContainer_Templates/double/war-staging/src/webapp/META-INF/context.xml
        2010-02-08 08:43:25 UTC (rev 40882)
@@ -97,7 +97,7 @@
 
        <Environment name="mmbase/remotepublishing/remotecloud" 
value="live.server" type="java.lang.String" />
 
-       <!-- Contains value 'live' or 'staging' to determine whether this 
server is Live or Staging. -->
+       <!-- Contains value 'live', 'staging' or 'single' to determine whether 
this server is Live, Staging or in Single mode. -->
        <Environment name="server/LiveOrStaging" value="staging" 
type="java.lang.String" />
        <!-- This entry defines whether this server includes the servername to 
lookup portal pages. -->
        <Environment name="server/useServerName" value="false" 
type="java.lang.String" />

Modified: 
CMSContainer/trunk/CMSContainer_Templates/single/war/src/webapp/META-INF/context.xml
===================================================================
--- 
CMSContainer/trunk/CMSContainer_Templates/single/war/src/webapp/META-INF/context.xml
        2010-02-08 08:42:54 UTC (rev 40881)
+++ 
CMSContainer/trunk/CMSContainer_Templates/single/war/src/webapp/META-INF/context.xml
        2010-02-08 08:43:25 UTC (rev 40882)
@@ -95,7 +95,7 @@
                on the host defined in the mmbaseroot.xml module. -->
        <!-- <Environment name="mmbase/rmmci/RMIRegistryServer" 
value="localhost" type="java.lang.String" /> -->
 
-       <!-- Contains value 'live' or 'staging' to determine whether this 
server is Live or Staging. -->
+       <!-- Contains value 'live', 'staging' or 'single' to determine whether 
this server is Live, Staging or in Single mode. -->
        <Environment name="server/LiveOrStaging" value="single" 
type="java.lang.String" />
        <!-- This entry defines whether this server includes the servername to 
lookup portal pages. -->
        <Environment name="server/useServerName" value="false" 
type="java.lang.String" />

_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to