i generate controller with
oil g controller server_view index list
controller/server/view.php clreated , views/server/view(index.php|list.php) created , but in Action_index and Action_view erros
$this->template->content = View::factory('server_view/index');