Gopi Shankar
Gopi Shankar

Reputation: 61

Replace Mongrel with Apache

I am new to Rails, so bear with me, I need to have apache tomcat as application server. How do i configure that by replacing the default Mongrel

Upvotes: 0

Views: 136

Answers (2)

Andrea Pavoni
Andrea Pavoni

Reputation: 5311

first of all, to deploy a rails app on tomcat, you need jRuby (a ruby version that runs on JVM).

I'll suggest you to read this tutorial to make an idea: http://thenice.tumblr.com/post/133345213/deploying-a-rails-application-in-tomcat-with-jruby-a

Upvotes: 1

Related Questions