/**
  * @see sfProjectConfiguration
  */
 public function setRootDir($path)
 {
     parent::setRootDir($path);
     $this->setWebDir($path);
 }