rhtml files and routes

Hi,

I have added a applet tag in my rhtml file like

<applet code="HelloWorld.class" width="200" height="200">     </applet>

and placed that HelloWorld.class in the project root folder but am still getting a error

ActionController::RoutingError (No route matches "/HelloWorld.class" with {:method=>:get}):

Can some one help me in fixing this,

Thanks, Ratnavel

put it in your project/public/yourcontroller/, try it again