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/08 22:27:50 UTC

svn commit: r812716 - /incubator/olio/workload/php/trunk/deploy/config.xhtml

Author: sheetal
Date: Tue Sep  8 22:27:50 2009
New Revision: 812716

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

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

Modified: incubator/olio/workload/php/trunk/deploy/config.xhtml
URL: http://svn.apache.org/viewvc/incubator/olio/workload/php/trunk/deploy/config.xhtml?rev=812716&r1=812715&r2=812716&view=diff
==============================================================================
--- incubator/olio/workload/php/trunk/deploy/config.xhtml (original)
+++ incubator/olio/workload/php/trunk/deploy/config.xhtml Tue Sep  8 22:27:50 2009
@@ -103,6 +103,8 @@
 				</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>
 			</xforms:bind>
 		</xforms:bind>
 	</xforms:bind>
@@ -240,6 +242,7 @@
 <config>Config</config>
 <cmdPath>Cmd Path</cmdPath>
 <logsDir>Logs Dir</logsDir>
+<tmpDir>Tmp Dir</tmpDir>
 <dbServer>Db Server</dbServer>
 <dbDriver>Db Driver</dbDriver>
 <connectURL>Connect U R L</connectURL>
@@ -447,6 +450,9 @@
 				<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>
 
 
 		</xforms:group>