Rails problem

hi!

i got following:
->shared space with rails app in …/me/www/app/…
->starting lighttpd in …/app/… via ssh with ‘script/server’
->deleting index.html from …/app/public/…
->adding in …/app/config/routes.rb the line map.home ‘’,:controller
=>‘test’, :action => ‘index’ (this controller does exist!)

now my problem:
by requesting http://www.mySite.com i’m getting my public directory tree
shown

what gone wrong?

thanx a lot!

costa