I am trying to deploy RoR web app on windows server by using apache http
server and mongrel (by Brian H.). Mongrel runs ok, but when I was
trying to install mongrel as a windows service, I couldn’t execute
‘mongrel_rails_service’ command. (I need to execute
‘mongrel_rails_service install -n rails_app2 -p 4001’)
I tried all possible gem install commands(gem install win32-service, gem
install mongrel_service, gem install mongrel, etc…) , but only
installed mongrel_rails and mongrel_rails.cmd in ruby\bin directory.
I am trying to deploy RoR web app on windows server by using apache http
server and mongrel (by Brian H.). Mongrel runs ok, but when I was
trying to install mongrel as a windows service, I couldn’t execute
‘mongrel_rails_service’ command. (I need to execute
‘mongrel_rails_service install -n rails_app2 -p 4001’)
Most of those approaches aren’t really recommended anymore… Instead,
you
should consider Apache 2.2 + mod_proxy_balance, behind IIS if possible.
Exact details are in the book, or you can contact me for specific help.
Thank you for your info. I just ordered the book. I used apache http
server and mongrel and it seems to work for now. There are not many
users for this project, so probably I will stay with this way for a
while.
Most of those approaches aren’t really recommended anymore… Instead,
you
should consider Apache 2.2 + mod_proxy_balance, behind IIS if possible.
Exact details are in the book, or you can contact me for specific help.
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.