addModuleDirectory($zfModules) ->registerPlugin(new Gpc_Controller_Plugin()); //$front->throwExceptions(true); try { $front->dispatch(); } catch ( Exception $e ) { print "Caught Exception:
"; print "
" .  $e . "
"; } ?>