You are viewing a plain text version of this content. The canonical link for it is here.
Posted to olio-commits@incubator.apache.org by sh...@apache.org on 2009/09/10 01:49:54 UTC

svn commit: r813192 - in /incubator/olio/workload/php/trunk/deploy: config.xhtml run.xml

Author: sheetal
Date: Thu Sep 10 01:49:53 2009
New Revision: 813192

URL: http://svn.apache.org/viewvc?rev=813192&view=rev
Log:
OLIO#84 for php-driver, renamed tmpDir property in ApacheHttpdService as phpSessionDir

Modified:
    incubator/olio/workload/php/trunk/deploy/config.xhtml
    incubator/olio/workload/php/trunk/deploy/run.xml

Modified: incubator/olio/workload/php/trunk/deploy/config.xhtml
URL: http://svn.apache.org/viewvc/incubator/olio/workload/php/trunk/deploy/config.xhtml?rev=813192&r1=813191&r2=813192&view=diff
==============================================================================
--- incubator/olio/workload/php/trunk/deploy/config.xhtml (original)
+++ incubator/olio/workload/php/trunk/deploy/config.xhtml Thu Sep 10 01:49:53 2009
@@ -103,7 +103,7 @@
 				</xforms:bind>
 				<xforms:bind id='bind-webServer-service-config-logsDir' xforms:nodeset='logsDir'  >
 				</xforms:bind>
-				<xforms:bind id='bind-webServer-service-config-tmpDir' xforms:nodeset='tmpDir'  >
+				<xforms:bind id='bind-webServer-service-config-phpSessionDir' xforms:nodeset='phpSessionDir'  >
 				</xforms:bind>
 			</xforms:bind>
 		</xforms:bind>
@@ -242,7 +242,7 @@
 <config>Config</config>
 <cmdPath>Cmd Path</cmdPath>
 <logsDir>Logs Dir</logsDir>
-<tmpDir>Tmp Dir</tmpDir>
+<phpSessionDir>Php Session Dir</phpSessionDir>
 <dbServer>Db Server</dbServer>
 <dbDriver>Db Driver</dbDriver>
 <connectURL>Connect U R L</connectURL>
@@ -450,8 +450,8 @@
 				<xforms:input id='input-webServer-service-config-logsDir' xforms:bind='bind-webServer-service-config-logsDir'>
 			<xforms:label xforms:model='benchmark-labels' xforms:ref='/labels/logsDir'/>
 		</xforms:input>
-				<xforms:input id='input-webServer-service-config-tmpDir' xforms:bind='bind-webServer-service-config-tmpDir'>
-			<xforms:label xforms:model='benchmark-labels' xforms:ref='/labels/tmpDir'/>
+				<xforms:input id='input-webServer-service-config-phpSessionDir' xforms:bind='bind-webServer-service-config-phpSessionDir'>
+			<xforms:label xforms:model='benchmark-labels' xforms:ref='/labels/phpSessionDir'/>
 		</xforms:input>
 
 

Modified: incubator/olio/workload/php/trunk/deploy/run.xml
URL: http://svn.apache.org/viewvc/incubator/olio/workload/php/trunk/deploy/run.xml?rev=813192&r1=813191&r2=813192&view=diff
==============================================================================
--- incubator/olio/workload/php/trunk/deploy/run.xml (original)
+++ incubator/olio/workload/php/trunk/deploy/run.xml Thu Sep 10 01:49:53 2009
@@ -89,7 +89,7 @@
             <fh:config>
                 <cmdPath>/usr/apache2/2.2/bin/apachectl</cmdPath>
                 <logsDir>/var/apache2/2.2/logs</logsDir>
-                <tmpDir>/tmp</tmpDir>
+                <phpSessionDir>/tmp</phpSessionDir>
              </fh:config>
         </fh:service>
     </webServer>