diff --git a/build-run-cfml.xml b/build-run-cfml.xml
index a41d3e1..2adcedd 100644
--- a/build-run-cfml.xml
+++ b/build-run-cfml.xml
@@ -47,6 +47,9 @@
 						systemOutput( e.message, true ); // may exist from previous execution
 					}
 
+					if ( len( webroot ) eq 0 )
+						webroot = getDirectoryFromPath(getCurrentTemplatePath()) & "sample" );
+
 
 					admin
 						action="updateMapping"