Rails- web servers

hi all,
i am new to Ruby on Rails. can an web application developed in rails be
run on any web servers( other than webbrick, apache, lighttpd)?
can it be run in tomcat, weblogic and jboss also?

thanks in advance

So long as the web server support some sort of CGI I think you can run
RoR application on them, however you may not get the best performance
out of some configurations.

There’s quite a few threads on this list that explain differences and
comparison between different solutions.

Gael